why r u move in the cus_top only why not move another top
Answers were Sorted based on User's Feedback
Answer / radha madhavi
The components that are moved to the custom top cannot be
overridden due to version upgradation. That is the reason
we move the custom componets to custom top.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / veerendra
Oracle Patch (version upgradation patch)won't touch custom top
that is the only reason to put all the custom objects in
custom top
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / subrahmanyam.k
After development of .rdf of fmx we can move these files to
the server.because these are belongs to which custom_top and
the run time we can get where ur insert these files we can get.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vds
When a program runs the location of the file eg (.rdf) is
checked with the $ _TOP which is mentioned in the
executables of the program definition. Normally all custom
programs are set to some common custom top.
A program executable can can be set to any other top and
the program file can be placed in that top provided you
dont worry of any patch application/upgradation as these
tops can be overwritten.
| Is This Answer Correct ? | 0 Yes | 0 No |
please send me forms, xml pulisher questions,answers
What is a flexfield? List out its types.
what is unit of measure classes? give atleast two examples. name the underlying table.
Can u define operating units inplace of inventory?
How will you get the concurrent program output as email?
whats the use of after parameter form and before report?
we have select statement in that two exceptions that returns no value. In that which exception will raise?
in ap_terms table what data will be stored
Can anybody tell me, What is the Implementation Process?
How to compile the Forms & Reports in Linux Apps Server which are created in WindowsXP client?
How can you achieve loose coupling in soa framework?
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.