Using a trigger in OID and updating EBS table [message #504789] |
Wed, 27 April 2011 12:53 |
sirahs
Messages: 30 Registered: February 2005
|
Member |
|
|
EBS version is 12.1.3
Hello There - we need to update the e-mail address in per_all_people_f in Oracle EBS based on a trigger that will fire against a column in Oracle Internet Directory (OID). A trigger will be built against table ct_mail, column attrvalue. When a value is inserted or updated this value will use an api on the EBS database to update per_all_people_f. Questions for you guys:
Q => Is ct_mail the correct table to use in OID for email addresses? or can you confirm a different table?
Q => If Ok to use ct_mail as the table can you see any problems with using a trigger in OID?
Q => Finally is a database link between OID and EBS database the best way for the trigger to work or can you suggest a different process?
Thanks in advance for any help
|
|
|
|
|