DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_SITE_BO_PUB dependencies on HZ_CUST_ACCT_CONTACT_BO_PVT

Line 336: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(

332: -- Parent of cust account contact is cust account site
333: -- so pass x_cust_acct_site_id, x_cust_acct_site_os and x_cust_acct_site_osr
334: IF((p_cust_acct_site_obj.cust_acct_contact_objs IS NOT NULL) AND
335: (p_cust_acct_site_obj.cust_acct_contact_objs.COUNT > 0)) THEN
336: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(
337: p_cac_objs => p_cust_acct_site_obj.cust_acct_contact_objs,
338: p_create_update_flag => 'C',
339: p_obj_source => p_obj_source,
340: x_return_status => x_return_status,

Line 766: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(

762: -- For cust account contact
763: -----------------------------------
764: IF((p_cust_acct_site_obj.cust_acct_contact_objs IS NOT NULL) AND
765: (p_cust_acct_site_obj.cust_acct_contact_objs.COUNT > 0)) THEN
766: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(
767: p_cac_objs => p_cust_acct_site_obj.cust_acct_contact_objs,
768: p_create_update_flag => 'U',
769: p_obj_source => p_obj_source,
770: x_return_status => x_return_status,

Line 1773: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(

1769: -- Parent of cust account contact is cust account site
1770: -- so pass x_cust_acct_site_id, x_cust_acct_site_os and x_cust_acct_site_osr
1771: IF((p_cust_acct_site_v2_obj.cust_acct_contact_objs IS NOT NULL) AND
1772: (p_cust_acct_site_v2_obj.cust_acct_contact_objs.COUNT > 0)) THEN
1773: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(
1774: p_cac_objs => p_cust_acct_site_v2_obj.cust_acct_contact_objs,
1775: p_create_update_flag => 'C',
1776: p_obj_source => p_obj_source,
1777: x_return_status => x_return_status,

Line 2096: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(

2092: -- For cust account contact
2093: -----------------------------------
2094: IF((p_cust_acct_site_v2_obj.cust_acct_contact_objs IS NOT NULL) AND
2095: (p_cust_acct_site_v2_obj.cust_acct_contact_objs.COUNT > 0)) THEN
2096: HZ_CUST_ACCT_CONTACT_BO_PVT.save_cust_acct_contacts(
2097: p_cac_objs => p_cust_acct_site_v2_obj.cust_acct_contact_objs,
2098: p_create_update_flag => 'U',
2099: p_obj_source => p_obj_source,
2100: x_return_status => x_return_status,