DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCT_SITE_BO_PVT

Line 451: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(

447: -- create cust account site uses will include cust acct site use plus site use profile
448: -- need to put customer account id and customer account site id
449: IF((p_cust_acct_obj.cust_acct_site_objs IS NOT NULL) AND
450: (p_cust_acct_obj.cust_acct_site_objs.COUNT > 0)) THEN
451: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(
452: p_cas_objs => p_cust_acct_obj.cust_acct_site_objs,
453: p_create_update_flag => 'C',
454: p_obj_source => p_obj_source,
455: x_return_status => x_return_status,

Line 976: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(

972: -- create cust account site uses will include cust acct site use plus site use profile
973: -- need to put customer account id and customer account site id
974: IF((p_cust_acct_obj.cust_acct_site_objs IS NOT NULL) AND
975: (p_cust_acct_obj.cust_acct_site_objs.COUNT > 0)) THEN
976: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_sites(
977: p_cas_objs => p_cust_acct_obj.cust_acct_site_objs,
978: p_create_update_flag => 'U',
979: p_obj_source => p_obj_source,
980: x_return_status => x_return_status,

Line 2093: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(

2089: -- create cust account site uses will include cust acct site use plus site use profile
2090: -- need to put customer account id and customer account site id
2091: IF((p_cust_acct_v2_obj.cust_acct_site_objs IS NOT NULL) AND
2092: (p_cust_acct_v2_obj.cust_acct_site_objs.COUNT > 0)) THEN
2093: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(
2094: p_cas_v2_objs => p_cust_acct_v2_obj.cust_acct_site_objs,
2095: p_create_update_flag => 'C',
2096: p_obj_source => p_obj_source,
2097: x_return_status => x_return_status,

Line 2552: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(

2548: -- create cust account site uses will include cust acct site use plus site use profile
2549: -- need to put customer account id and customer account site id
2550: IF((p_cust_acct_v2_obj.cust_acct_site_objs IS NOT NULL) AND
2551: (p_cust_acct_v2_obj.cust_acct_site_objs.COUNT > 0)) THEN
2552: HZ_CUST_ACCT_SITE_BO_PVT.save_cust_acct_v2_sites(
2553: p_cas_v2_objs => p_cust_acct_v2_obj.cust_acct_site_objs,
2554: p_create_update_flag => 'U',
2555: p_obj_source => p_obj_source,
2556: x_return_status => x_return_status,