DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_CONTACT_BO_PUB dependencies on HZ_MESSAGE_OBJ_TBL

Line 105: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,

101: p_created_by_module IN VARCHAR2,
102: p_obj_source IN VARCHAR2 := null,
103: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
104: x_return_status OUT NOCOPY VARCHAR2,
105: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
106: x_return_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
107: x_cust_acct_contact_id OUT NOCOPY NUMBER,
108: x_cust_acct_contact_os OUT NOCOPY VARCHAR2,
109: x_cust_acct_contact_osr OUT NOCOPY VARCHAR2,

Line 187: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,

183: p_created_by_module IN VARCHAR2,
184: p_obj_source IN VARCHAR2 := null,
185: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
186: x_return_status OUT NOCOPY VARCHAR2,
187: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
188: x_return_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
189: x_cust_acct_contact_id OUT NOCOPY NUMBER,
190: x_cust_acct_contact_os OUT NOCOPY VARCHAR2,
191: x_cust_acct_contact_osr OUT NOCOPY VARCHAR2

Line 286: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,

282: p_created_by_module IN VARCHAR2,
283: p_obj_source IN VARCHAR2 := null,
284: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
285: x_return_status OUT NOCOPY VARCHAR2,
286: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
287: x_return_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
288: x_cust_acct_contact_id OUT NOCOPY NUMBER,
289: x_cust_acct_contact_os OUT NOCOPY VARCHAR2,
290: x_cust_acct_contact_osr OUT NOCOPY VARCHAR2,

Line 386: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL

382: p_cust_acct_contact_os IN VARCHAR2,
383: p_cust_acct_contact_osr IN VARCHAR2,
384: x_cust_acct_contact_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
385: x_return_status OUT NOCOPY VARCHAR2,
386: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
387: );
388:
389: PROCEDURE do_create_cac_bo(
390: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,