DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_CONTACT_BO_PUB dependencies on HZ_MESSAGE_OBJ_TBL

Line 522: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,

518: p_created_by_module IN VARCHAR2,
519: p_obj_source IN VARCHAR2 := null,
520: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
521: x_return_status OUT NOCOPY VARCHAR2,
522: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
523: x_return_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
524: x_cust_acct_contact_id OUT NOCOPY NUMBER,
525: x_cust_acct_contact_os OUT NOCOPY VARCHAR2,
526: x_cust_acct_contact_osr OUT NOCOPY VARCHAR2,

Line 602: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,

598: p_created_by_module IN VARCHAR2,
599: p_obj_source IN VARCHAR2 := null,
600: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
601: x_return_status OUT NOCOPY VARCHAR2,
602: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
603: x_return_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
604: x_cust_acct_contact_id OUT NOCOPY NUMBER,
605: x_cust_acct_contact_os OUT NOCOPY VARCHAR2,
606: x_cust_acct_contact_osr OUT NOCOPY VARCHAR2

Line 1099: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,

1095: p_created_by_module IN VARCHAR2,
1096: p_obj_source IN VARCHAR2 := null,
1097: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
1098: x_return_status OUT NOCOPY VARCHAR2,
1099: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
1100: x_return_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
1101: x_cust_acct_contact_id OUT NOCOPY NUMBER,
1102: x_cust_acct_contact_os OUT NOCOPY VARCHAR2,
1103: x_cust_acct_contact_osr OUT NOCOPY VARCHAR2,

Line 1355: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL

1351: p_cust_acct_contact_os IN VARCHAR2,
1352: p_cust_acct_contact_osr IN VARCHAR2,
1353: x_cust_acct_contact_obj OUT NOCOPY HZ_CUST_ACCT_CONTACT_BO,
1354: x_return_status OUT NOCOPY VARCHAR2,
1355: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
1356: ) IS
1357: l_msg_data VARCHAR2(2000);
1358: l_msg_count NUMBER;
1359: BEGIN