DBA Data[Home] [Help]

APPS.UMX_REGISTER_USER_PVT dependencies on STANDARD

Line 18: -- the signature follows Workflow business events standards

14: -- This method is a subscriber to the event oracle.apps.fnd.umx.createpersonp
15: -- TCA apis are used to populate into hz tables
16: -- based on the page from where this is invoked, a B2B or B2C party is created
17: -- IN
18: -- the signature follows Workflow business events standards
19: -- p_subscription_guid - Run/Cancel/Timeout
20: -- IN/OUT
21: -- p_event - WF_EVENT_T which holds the data that needs to passed from/to
22: -- subscriber of the event

Line 93: -- the signature follows Workflow business events standards

89: -- This method is a subscriber to the event oracle.apps.fnd.umx.individualuser.create
90: -- TCA apis are used to populate into hz tables
91: -- This method creates a business User
92: -- IN
93: -- the signature follows Workflow business events standards
94: -- p_subscription_guid - Run/Cancel/Timeout
95: -- IN/OUT
96: -- p_event - WF_EVENT_T which holds the data that needs to passed from/to
97: -- subscriber of the event