Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
What are the steps required to Track WHO Information in our form in Oracle?
+1
vote
395
views
What are the steps required to Track WHO Information in our form in Oracle?
oracle apps
oracle
sql
posted
Nov 24, 2015
by
Suchithra
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
+1
vote
Best answer
ALTER the table by adding WHO columns in the table.
Open TEMPLATE.fmb in form Builder.
Perform all the pre‐requisites to develop a form.
Include all the WHO columns in the Data Block with NULL Canvas.
Call FND_STAND.SET_WHO procedure in Pre‐Insert and Pre‐Update triggers
at Block Level.
Save and Compile the Form.
Perform all the pre‐requisites to register the form
Note: 1. WHO Columns need not register with the table registration option.
Table registration will be done only for KFF and DFF columns.
For Form development table registrations not required.
To Show the Module Form Directory Path
In PRE‐FORM Trigger change the module name from FND to specific module
short name (i.e. EX, INC, PPR, etc.,).
Save and Compile the form.
answer
Nov 25, 2015
by
Arun Gowda
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+1
vote
what are the steps Required to Developing a New Form in oracle Apps?
0
votes
what are the steps Required Invoke Key Flex Fields from the Form in oracle Apss?
+1
vote
what are steps Required For Coding Non‐Form functions in Oracle Apps?
0
votes
what are the steps Required To Invoke Descriptive Flex Fields (DFF) in Oracle Apps?
0
votes
what are the steps Required To Create a FIND WINDOW in Oracle Apps?
...