DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCT_BO_PVT

Line 440: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(

436: fnd_msg_pub.add;
437: RAISE FND_API.G_EXC_ERROR;
438: END IF;
439:
440: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(
441: p_cust_profile_obj => p_cust_acct_obj.cust_profile_obj,
442: p_cust_acct_id => x_cust_acct_id,
443: p_site_use_id => NULL,
444: px_cust_profile_rec => l_profile_rec

Line 510: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(

506: -- Create cust profile amount
507: -----------------------------
508: IF((p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
509: (p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
510: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(
511: p_cpa_objs => p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs,
512: p_cp_id => l_cust_acct_profile_id,
513: p_ca_id => x_cust_acct_id,
514: p_casu_id => NULL,

Line 530: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(

526: -- Create cust acct relate
527: -------------------------------------
528: IF((p_cust_acct_obj.acct_relate_objs IS NOT NULL) AND
529: (p_cust_acct_obj.acct_relate_objs.COUNT > 0)) THEN
530: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(
531: p_car_objs => p_cust_acct_obj.acct_relate_objs,
532: p_ca_id => x_cust_acct_id,
533: x_return_status => x_return_status,
534: x_msg_count => x_msg_count,

Line 603: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

599: -- Call bank account use
600: ------------------------
601: IF((p_cust_acct_obj.bank_acct_use_objs IS NOT NULL) AND
602: (p_cust_acct_obj.bank_acct_use_objs.COUNT > 0)) THEN
603: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
604: p_bank_acct_use_objs => p_cust_acct_obj.bank_acct_use_objs,
605: p_party_id => l_party_id,
606: p_ca_id => x_cust_acct_id,
607: p_casu_id => NULL,

Line 622: HZ_CUST_ACCT_BO_PVT.create_payment_method(

618: ------------------------
619: -- Call payment method
620: ------------------------
621: IF(p_cust_acct_obj.payment_method_obj IS NOT NULL) THEN
622: HZ_CUST_ACCT_BO_PVT.create_payment_method(
623: p_payment_method_obj => p_cust_acct_obj.payment_method_obj,
624: p_ca_id => x_cust_acct_id,
625: p_casu_id => NULL,
626: x_return_status => x_return_status,

Line 1016: HZ_CUST_ACCT_BO_PVT.update_cust_profile(

1012: -----------------------------
1013: -- For Update account profile
1014: -----------------------------
1015: IF(p_cust_acct_obj.cust_profile_obj IS NOT NULL) THEN
1016: HZ_CUST_ACCT_BO_PVT.update_cust_profile(
1017: p_cp_obj => p_cust_acct_obj.cust_profile_obj,
1018: p_ca_id => x_cust_acct_id,
1019: p_casu_id => NULL,
1020: x_cp_id => l_cust_acct_profile_id,

Line 1037: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(

1033: -- For Update account profile amt
1034: ---------------------------------
1035: IF((p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
1036: (p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
1037: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(
1038: p_cpa_objs => p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs,
1039: p_cp_id => l_cust_acct_profile_id,
1040: p_ca_id => x_cust_acct_id,
1041: p_casu_id => NULL,

Line 1085: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(

1081: -- For Update account acct relate
1082: -------------------------------
1083: IF((p_cust_acct_obj.acct_relate_objs IS NOT NULL) AND
1084: (p_cust_acct_obj.acct_relate_objs.COUNT > 0)) THEN
1085: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(
1086: p_car_objs => p_cust_acct_obj.acct_relate_objs,
1087: p_ca_id => x_cust_acct_id,
1088: x_return_status => x_return_status,
1089: x_msg_count => x_msg_count,

Line 1129: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

1125: -- Call bank account use
1126: ------------------------
1127: IF((p_cust_acct_obj.bank_acct_use_objs IS NOT NULL) AND
1128: (p_cust_acct_obj.bank_acct_use_objs.COUNT > 0)) THEN
1129: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
1130: p_bank_acct_use_objs => p_cust_acct_obj.bank_acct_use_objs,
1131: p_party_id => l_party_id,
1132: p_ca_id => x_cust_acct_id,
1133: p_casu_id => NULL,

Line 1148: HZ_CUST_ACCT_BO_PVT.save_payment_method(

1144: ------------------------
1145: -- Call payment method
1146: ------------------------
1147: IF(p_cust_acct_obj.payment_method_obj IS NOT NULL) THEN
1148: HZ_CUST_ACCT_BO_PVT.save_payment_method(
1149: p_payment_method_obj => p_cust_acct_obj.payment_method_obj,
1150: p_ca_id => x_cust_acct_id,
1151: p_casu_id => NULL,
1152: x_return_status => x_return_status,

Line 2093: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(

2089: fnd_msg_pub.add;
2090: RAISE FND_API.G_EXC_ERROR;
2091: END IF;
2092:
2093: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(
2094: p_cust_profile_obj => p_cust_acct_v2_obj.cust_profile_obj,
2095: p_cust_acct_id => x_cust_acct_id,
2096: p_site_use_id => NULL,
2097: px_cust_profile_rec => l_profile_rec

Line 2155: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(

2151: -- Create cust profile amount
2152: -----------------------------
2153: IF((p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
2154: (p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
2155: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(
2156: p_cpa_objs => p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs,
2157: p_cp_id => l_cust_acct_profile_id,
2158: p_ca_id => x_cust_acct_id,
2159: p_casu_id => NULL,

Line 2175: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(

2171: -- Create cust acct relate
2172: -------------------------------------
2173: IF((p_cust_acct_v2_obj.acct_relate_objs IS NOT NULL) AND
2174: (p_cust_acct_v2_obj.acct_relate_objs.COUNT > 0)) THEN
2175: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(
2176: p_car_objs => p_cust_acct_v2_obj.acct_relate_objs,
2177: p_ca_id => x_cust_acct_id,
2178: x_return_status => x_return_status,
2179: x_msg_count => x_msg_count,

Line 2248: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

2244: -- Call bank account use
2245: ------------------------
2246: IF((p_cust_acct_v2_obj.bank_acct_use_objs IS NOT NULL) AND
2247: (p_cust_acct_v2_obj.bank_acct_use_objs.COUNT > 0)) THEN
2248: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
2249: p_bank_acct_use_objs => p_cust_acct_v2_obj.bank_acct_use_objs,
2250: p_party_id => l_party_id,
2251: p_ca_id => x_cust_acct_id,
2252: p_casu_id => NULL,

Line 2268: HZ_CUST_ACCT_BO_PVT.create_payment_methods(

2264: -- Call payment method
2265: ------------------------
2266: IF((p_cust_acct_v2_obj.payment_method_objs IS NOT NULL) AND
2267: (p_cust_acct_v2_obj.payment_method_objs.COUNT>0)) THEN
2268: HZ_CUST_ACCT_BO_PVT.create_payment_methods(
2269: p_payment_method_objs => p_cust_acct_v2_obj.payment_method_objs,
2270: p_ca_id => x_cust_acct_id,
2271: p_casu_id => NULL,
2272: x_return_status => x_return_status,

Line 2594: HZ_CUST_ACCT_BO_PVT.update_cust_profile(

2590: -----------------------------
2591: -- For Update account profile
2592: -----------------------------
2593: IF(p_cust_acct_v2_obj.cust_profile_obj IS NOT NULL) THEN
2594: HZ_CUST_ACCT_BO_PVT.update_cust_profile(
2595: p_cp_obj => p_cust_acct_v2_obj.cust_profile_obj,
2596: p_ca_id => x_cust_acct_id,
2597: p_casu_id => NULL,
2598: x_cp_id => l_cust_acct_profile_id,

Line 2615: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(

2611: -- For Update account profile amt
2612: ---------------------------------
2613: IF((p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
2614: (p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
2615: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(
2616: p_cpa_objs => p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs,
2617: p_cp_id => l_cust_acct_profile_id,
2618: p_ca_id => x_cust_acct_id,
2619: p_casu_id => NULL,

Line 2663: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(

2659: -- For Update account acct relate
2660: -------------------------------
2661: IF((p_cust_acct_v2_obj.acct_relate_objs IS NOT NULL) AND
2662: (p_cust_acct_v2_obj.acct_relate_objs.COUNT > 0)) THEN
2663: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(
2664: p_car_objs => p_cust_acct_v2_obj.acct_relate_objs,
2665: p_ca_id => x_cust_acct_id,
2666: x_return_status => x_return_status,
2667: x_msg_count => x_msg_count,

Line 2707: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

2703: -- Call bank account use
2704: ------------------------
2705: IF((p_cust_acct_v2_obj.bank_acct_use_objs IS NOT NULL) AND
2706: (p_cust_acct_v2_obj.bank_acct_use_objs.COUNT > 0)) THEN
2707: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
2708: p_bank_acct_use_objs => p_cust_acct_v2_obj.bank_acct_use_objs,
2709: p_party_id => l_party_id,
2710: p_ca_id => x_cust_acct_id,
2711: p_casu_id => NULL,

Line 2727: HZ_CUST_ACCT_BO_PVT.save_payment_methods(

2723: -- Call payment method
2724: ------------------------
2725: IF((p_cust_acct_v2_obj.payment_method_objs IS NOT NULL) AND
2726: (p_cust_acct_v2_obj.payment_method_objs.COUNT > 0 )) THEN
2727: HZ_CUST_ACCT_BO_PVT.save_payment_methods(
2728: p_payment_method_objs => p_cust_acct_v2_obj.payment_method_objs,
2729: p_ca_id => x_cust_acct_id,
2730: p_casu_id => NULL,
2731: x_return_status => x_return_status,