DBA Data[Home] [Help]

APPS.WF_ENTITY_MGR dependencies on STANDARD

Line 18: ** Standard change source is ..

14: ** propagate.
15: **
16: ** Change source identifies the source of the change
17: ** so that echoes of your own changes can be ignored.
18: ** Standard change source is ..
19: ** For example, "FND_USER_PKG.UPDATE_USER"
20: **
21: ** Change type can currently be LOAD or DELETE.
22: **

Line 25: ** with the standard derived name of

21: ** Change type can currently be LOAD or DELETE.
22: **
23: ** The optional event_name parameter is to specify the event
24: ** you would like entmgr to raise if you are not satisfied
25: ** with the standard derived name of
26: ** oracle.apps.global.'||lower(p_entity_type)||'.change'
27: */
28: PROCEDURE process_changes(p_entity_type in varchar2,
29: p_entity_key_value in varchar2,

Line 51: ** using standard conversion conventions.

47: ** attribute to "YES".
48: **
49: ** Non-varchar2 attribute values must be converted
50: ** to their cannonical varchar2 equivalent values
51: ** using standard conversion conventions.
52: **
53: ** FND_DATE.date_to_canonical()
54: ** FND_NUMBER.number_to_canonical().
55: **