DBA Data[Home] [Help]

APPS.IBU_MULTIPARTY_PUB dependencies on IBU_NUM_TBL_TYPE

Line 24: PROCEDURE send_email_notification( p_user_id IN SYSTEM.IBU_NUM_TBL_TYPE,

20: /*p_user_id is the id of the user for which association or removal is performed */
21:
22: /* p_party_id is the id the organisation being associated or removed from a user*/
23:
24: PROCEDURE send_email_notification( p_user_id IN SYSTEM.IBU_NUM_TBL_TYPE,
25: p_party_id IN SYSTEM.IBU_NUM_TBL_TYPE,
26: p_operation_type IN system.IBU_VAR_3_TBL_TYPE
27: );
28:

Line 25: p_party_id IN SYSTEM.IBU_NUM_TBL_TYPE,

21:
22: /* p_party_id is the id the organisation being associated or removed from a user*/
23:
24: PROCEDURE send_email_notification( p_user_id IN SYSTEM.IBU_NUM_TBL_TYPE,
25: p_party_id IN SYSTEM.IBU_NUM_TBL_TYPE,
26: p_operation_type IN system.IBU_VAR_3_TBL_TYPE
27: );
28:
29: END IBU_MULTIPARTY_PUB;