Can we customize a form with out template.fmb
Answers were Sorted based on User's Feedback
--TEMPLATE.fmb is used to develop a new form(As for APPS
standards), NOT for customization.
--For customization use CUSTOM.pll OR go through
personalization.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / madhu
With form personlization feature we can customize the form
up to some extent.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / venkat kolla
No.
Reasons.
To have a look and feel of our new form as Oracle
Applications form, we need to customize a new form using
template.fmb .
Template.fmb will consist of all the necessary libraries
attached, a sample block and control block, property
classses etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amit bhatnagar
Yes.An existing form can be customized without using
template.fmb since it already has the look and feel and
other standard functionality of apps. but Oracle doe not
recommend that since in future you may require the original
form. so to achieve the same we follow template.fmb
For customization CUSTOM.pll OR personalization can also
be used.
| Is This Answer Correct ? | 3 Yes | 2 No |
what is instead of trigger in where u will use?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
what is unit of measure classes? give atleast two examples. name the underlying table.
is it possible to run the interface without using oracle apps?
PL/SQL stored procedure parameters?
Difference between triggers and procedures?
What r the type Models in the system parameters of the report?
testing tools?
0 Answers BirlaSoft, Convergys,
What is REF Cursor?
19 Answers Infosys, Intelligroup,
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
which parameters passed in report in oracle developer how to pass
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?