DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCT_BO_PVT

Line 322: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(

318: fnd_msg_pub.add;
319: RAISE FND_API.G_EXC_ERROR;
320: END IF;
321:
322: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(
323: p_cust_profile_obj => p_cust_acct_obj.cust_profile_obj,
324: p_cust_acct_id => x_cust_acct_id,
325: p_site_use_id => NULL,
326: px_cust_profile_rec => l_profile_rec

Line 382: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(

378: -- Create cust profile amount
379: -----------------------------
380: IF((p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
381: (p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
382: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(
383: p_cpa_objs => p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs,
384: p_cp_id => l_cust_acct_profile_id,
385: p_ca_id => x_cust_acct_id,
386: p_casu_id => NULL,

Line 402: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(

398: -- Create cust acct relate
399: -------------------------------------
400: IF((p_cust_acct_obj.acct_relate_objs IS NOT NULL) AND
401: (p_cust_acct_obj.acct_relate_objs.COUNT > 0)) THEN
402: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(
403: p_car_objs => p_cust_acct_obj.acct_relate_objs,
404: p_ca_id => x_cust_acct_id,
405: x_return_status => x_return_status,
406: x_msg_count => x_msg_count,

Line 475: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

471: -- Call bank account use
472: ------------------------
473: IF((p_cust_acct_obj.bank_acct_use_objs IS NOT NULL) AND
474: (p_cust_acct_obj.bank_acct_use_objs.COUNT > 0)) THEN
475: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
476: p_bank_acct_use_objs => p_cust_acct_obj.bank_acct_use_objs,
477: p_party_id => l_party_id,
478: p_ca_id => x_cust_acct_id,
479: p_casu_id => NULL,

Line 494: HZ_CUST_ACCT_BO_PVT.create_payment_method(

490: ------------------------
491: -- Call payment method
492: ------------------------
493: IF(p_cust_acct_obj.payment_method_obj IS NOT NULL) THEN
494: HZ_CUST_ACCT_BO_PVT.create_payment_method(
495: p_payment_method_obj => p_cust_acct_obj.payment_method_obj,
496: p_ca_id => x_cust_acct_id,
497: p_casu_id => NULL,
498: x_return_status => x_return_status,

Line 887: HZ_CUST_ACCT_BO_PVT.update_cust_profile(

883: -----------------------------
884: -- For Update account profile
885: -----------------------------
886: IF(p_cust_acct_obj.cust_profile_obj IS NOT NULL) THEN
887: HZ_CUST_ACCT_BO_PVT.update_cust_profile(
888: p_cp_obj => p_cust_acct_obj.cust_profile_obj,
889: p_ca_id => x_cust_acct_id,
890: p_casu_id => NULL,
891: x_cp_id => l_cust_acct_profile_id,

Line 908: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(

904: -- For Update account profile amt
905: ---------------------------------
906: IF((p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
907: (p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
908: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(
909: p_cpa_objs => p_cust_acct_obj.cust_profile_obj.cust_profile_amt_objs,
910: p_cp_id => l_cust_acct_profile_id,
911: p_ca_id => x_cust_acct_id,
912: p_casu_id => NULL,

Line 956: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(

952: -- For Update account acct relate
953: -------------------------------
954: IF((p_cust_acct_obj.acct_relate_objs IS NOT NULL) AND
955: (p_cust_acct_obj.acct_relate_objs.COUNT > 0)) THEN
956: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(
957: p_car_objs => p_cust_acct_obj.acct_relate_objs,
958: p_ca_id => x_cust_acct_id,
959: x_return_status => x_return_status,
960: x_msg_count => x_msg_count,

Line 1000: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

996: -- Call bank account use
997: ------------------------
998: IF((p_cust_acct_obj.bank_acct_use_objs IS NOT NULL) AND
999: (p_cust_acct_obj.bank_acct_use_objs.COUNT > 0)) THEN
1000: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
1001: p_bank_acct_use_objs => p_cust_acct_obj.bank_acct_use_objs,
1002: p_party_id => l_party_id,
1003: p_ca_id => x_cust_acct_id,
1004: p_casu_id => NULL,

Line 1019: HZ_CUST_ACCT_BO_PVT.save_payment_method(

1015: ------------------------
1016: -- Call payment method
1017: ------------------------
1018: IF(p_cust_acct_obj.payment_method_obj IS NOT NULL) THEN
1019: HZ_CUST_ACCT_BO_PVT.save_payment_method(
1020: p_payment_method_obj => p_cust_acct_obj.payment_method_obj,
1021: p_ca_id => x_cust_acct_id,
1022: p_casu_id => NULL,
1023: x_return_status => x_return_status,

Line 1964: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(

1960: fnd_msg_pub.add;
1961: RAISE FND_API.G_EXC_ERROR;
1962: END IF;
1963:
1964: HZ_CUST_ACCT_BO_PVT.assign_cust_profile_rec(
1965: p_cust_profile_obj => p_cust_acct_v2_obj.cust_profile_obj,
1966: p_cust_acct_id => x_cust_acct_id,
1967: p_site_use_id => NULL,
1968: px_cust_profile_rec => l_profile_rec

Line 2024: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(

2020: -- Create cust profile amount
2021: -----------------------------
2022: IF((p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
2023: (p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
2024: HZ_CUST_ACCT_BO_PVT.create_cust_profile_amts(
2025: p_cpa_objs => p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs,
2026: p_cp_id => l_cust_acct_profile_id,
2027: p_ca_id => x_cust_acct_id,
2028: p_casu_id => NULL,

Line 2044: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(

2040: -- Create cust acct relate
2041: -------------------------------------
2042: IF((p_cust_acct_v2_obj.acct_relate_objs IS NOT NULL) AND
2043: (p_cust_acct_v2_obj.acct_relate_objs.COUNT > 0)) THEN
2044: HZ_CUST_ACCT_BO_PVT.create_cust_acct_relates(
2045: p_car_objs => p_cust_acct_v2_obj.acct_relate_objs,
2046: p_ca_id => x_cust_acct_id,
2047: x_return_status => x_return_status,
2048: x_msg_count => x_msg_count,

Line 2117: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

2113: -- Call bank account use
2114: ------------------------
2115: IF((p_cust_acct_v2_obj.bank_acct_use_objs IS NOT NULL) AND
2116: (p_cust_acct_v2_obj.bank_acct_use_objs.COUNT > 0)) THEN
2117: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
2118: p_bank_acct_use_objs => p_cust_acct_v2_obj.bank_acct_use_objs,
2119: p_party_id => l_party_id,
2120: p_ca_id => x_cust_acct_id,
2121: p_casu_id => NULL,

Line 2137: HZ_CUST_ACCT_BO_PVT.create_payment_methods(

2133: -- Call payment method
2134: ------------------------
2135: IF((p_cust_acct_v2_obj.payment_method_objs IS NOT NULL) AND
2136: (p_cust_acct_v2_obj.payment_method_objs.COUNT>0)) THEN
2137: HZ_CUST_ACCT_BO_PVT.create_payment_methods(
2138: p_payment_method_objs => p_cust_acct_v2_obj.payment_method_objs,
2139: p_ca_id => x_cust_acct_id,
2140: p_casu_id => NULL,
2141: x_return_status => x_return_status,

Line 2463: HZ_CUST_ACCT_BO_PVT.update_cust_profile(

2459: -----------------------------
2460: -- For Update account profile
2461: -----------------------------
2462: IF(p_cust_acct_v2_obj.cust_profile_obj IS NOT NULL) THEN
2463: HZ_CUST_ACCT_BO_PVT.update_cust_profile(
2464: p_cp_obj => p_cust_acct_v2_obj.cust_profile_obj,
2465: p_ca_id => x_cust_acct_id,
2466: p_casu_id => NULL,
2467: x_cp_id => l_cust_acct_profile_id,

Line 2484: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(

2480: -- For Update account profile amt
2481: ---------------------------------
2482: IF((p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs IS NOT NULL) AND
2483: (p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs.COUNT > 0)) THEN
2484: HZ_CUST_ACCT_BO_PVT.save_cust_profile_amts(
2485: p_cpa_objs => p_cust_acct_v2_obj.cust_profile_obj.cust_profile_amt_objs,
2486: p_cp_id => l_cust_acct_profile_id,
2487: p_ca_id => x_cust_acct_id,
2488: p_casu_id => NULL,

Line 2532: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(

2528: -- For Update account acct relate
2529: -------------------------------
2530: IF((p_cust_acct_v2_obj.acct_relate_objs IS NOT NULL) AND
2531: (p_cust_acct_v2_obj.acct_relate_objs.COUNT > 0)) THEN
2532: HZ_CUST_ACCT_BO_PVT.save_cust_acct_relates(
2533: p_car_objs => p_cust_acct_v2_obj.acct_relate_objs,
2534: p_ca_id => x_cust_acct_id,
2535: x_return_status => x_return_status,
2536: x_msg_count => x_msg_count,

Line 2576: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(

2572: -- Call bank account use
2573: ------------------------
2574: IF((p_cust_acct_v2_obj.bank_acct_use_objs IS NOT NULL) AND
2575: (p_cust_acct_v2_obj.bank_acct_use_objs.COUNT > 0)) THEN
2576: HZ_CUST_ACCT_BO_PVT.save_bank_acct_uses(
2577: p_bank_acct_use_objs => p_cust_acct_v2_obj.bank_acct_use_objs,
2578: p_party_id => l_party_id,
2579: p_ca_id => x_cust_acct_id,
2580: p_casu_id => NULL,

Line 2596: HZ_CUST_ACCT_BO_PVT.save_payment_methods(

2592: -- Call payment method
2593: ------------------------
2594: IF((p_cust_acct_v2_obj.payment_method_objs IS NOT NULL) AND
2595: (p_cust_acct_v2_obj.payment_method_objs.COUNT > 0 )) THEN
2596: HZ_CUST_ACCT_BO_PVT.save_payment_methods(
2597: p_payment_method_objs => p_cust_acct_v2_obj.payment_method_objs,
2598: p_ca_id => x_cust_acct_id,
2599: p_casu_id => NULL,
2600: x_return_status => x_return_status,