DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCT_SITE_BO_PVT

Line 579: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(

575: -- create cust account site uses will include cust acct site use plus site use profile
576: -- need to put customer account id and customer account site id
577: IF((p_cust_acct_obj.cust_acct_site_objs IS NOT NULL) AND
578: (p_cust_acct_obj.cust_acct_site_objs.COUNT > 0)) THEN
579: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(
580: p_cas_objs => p_cust_acct_obj.cust_acct_site_objs,
581: p_create_update_flag => 'C',
582: p_obj_source => p_obj_source,
583: x_return_status => x_return_status,

Line 1105: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(

1101: -- create cust account site uses will include cust acct site use plus site use profile
1102: -- need to put customer account id and customer account site id
1103: IF((p_cust_acct_obj.cust_acct_site_objs IS NOT NULL) AND
1104: (p_cust_acct_obj.cust_acct_site_objs.COUNT > 0)) THEN
1105: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(
1106: p_cas_objs => p_cust_acct_obj.cust_acct_site_objs,
1107: p_create_update_flag => 'U',
1108: p_obj_source => p_obj_source,
1109: x_return_status => x_return_status,

Line 2224: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(

2220: -- create cust account site uses will include cust acct site use plus site use profile
2221: -- need to put customer account id and customer account site id
2222: IF((p_cust_acct_v2_obj.cust_acct_site_objs IS NOT NULL) AND
2223: (p_cust_acct_v2_obj.cust_acct_site_objs.COUNT > 0)) THEN
2224: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(
2225: p_cas_v2_objs => p_cust_acct_v2_obj.cust_acct_site_objs,
2226: p_create_update_flag => 'C',
2227: p_obj_source => p_obj_source,
2228: x_return_status => x_return_status,

Line 2683: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(

2679: -- create cust account site uses will include cust acct site use plus site use profile
2680: -- need to put customer account id and customer account site id
2681: IF((p_cust_acct_v2_obj.cust_acct_site_objs IS NOT NULL) AND
2682: (p_cust_acct_v2_obj.cust_acct_site_objs.COUNT > 0)) THEN
2683: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(
2684: p_cas_v2_objs => p_cust_acct_v2_obj.cust_acct_site_objs,
2685: p_create_update_flag => 'U',
2686: p_obj_source => p_obj_source,
2687: x_return_status => x_return_status,