DBA Data[Home] [Help]

APPS.IBU_MULTIPARTY_PUB dependencies on IBU_VAR_3_TBL_TYPE

Line 26: p_operation_type IN system.IBU_VAR_3_TBL_TYPE

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;