DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_PROFILE_V2PUB dependencies on HZ_CUSTOMER_PROFILES_PKG

Line 261: * HZ_CUSTOMER_PROFILES_PKG.Insert_Row

257: * Private procedure to create customer profile.
258: *
259: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
260: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_customer_profile
261: * HZ_CUSTOMER_PROFILES_PKG.Insert_Row
262: * HZ_CUST_PROF_CLASS_AMTS_PKG.Select_Row
263: *
264: * ARGUMENTS
265: * IN:

Line 646: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (+)',

642: -- Table_handler is taking care of default customer profile to profile class.
643:
644: -- Debug info.
645: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
646: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (+)',
647: p_prefix=>l_debug_prefix,
648: p_msg_level=>fnd_log.level_procedure);
649: END IF;
650:

Line 651: HZ_CUSTOMER_PROFILES_PKG.Insert_Row (

647: p_prefix=>l_debug_prefix,
648: p_msg_level=>fnd_log.level_procedure);
649: END IF;
650:
651: HZ_CUSTOMER_PROFILES_PKG.Insert_Row (
652: X_CUST_ACCOUNT_PROFILE_ID => p_customer_profile_rec.cust_account_profile_id,
653: X_CUST_ACCOUNT_ID => p_customer_profile_rec.cust_account_id,
654: X_STATUS => p_customer_profile_rec.status,
655: X_COLLECTOR_ID => p_customer_profile_rec.collector_id,

Line 769: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (-) ' ||

765: x_cust_account_profile_id := p_customer_profile_rec.cust_account_profile_id;
766:
767: -- Debug info.
768: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
769: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (-) ' ||
770: 'x_cust_account_profile_id = ' || x_cust_account_profile_id,
771: p_prefix=>l_debug_prefix,
772: p_msg_level=>fnd_log.level_procedure);
773: END IF;

Line 962: * HZ_CUSTOMER_PROFILES_PKG.Update_Row

958: * Private procedure to update customer profile.
959: *
960: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
961: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_customer_profile
962: * HZ_CUSTOMER_PROFILES_PKG.Update_Row
963: * HZ_CUST_PROF_CLASS_AMTS_PKG.Select_Row
964: *
965: * ARGUMENTS
966: * IN/OUT:

Line 1344: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Update_Row (+)',

1340: -- Table_handler is taking care of default customer profile to profile class.
1341:
1342: -- Debug info.
1343: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1344: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Update_Row (+)',
1345: p_prefix=>l_debug_prefix,
1346: p_msg_level=>fnd_log.level_procedure);
1347: END IF;
1348:

Line 1349: HZ_CUSTOMER_PROFILES_PKG.Update_Row (

1345: p_prefix=>l_debug_prefix,
1346: p_msg_level=>fnd_log.level_procedure);
1347: END IF;
1348:
1349: HZ_CUSTOMER_PROFILES_PKG.Update_Row (
1350: X_Rowid => l_rowid,
1351: X_CUST_ACCOUNT_PROFILE_ID => p_customer_profile_rec.cust_account_profile_id,
1352: X_CUST_ACCOUNT_ID => p_customer_profile_rec.cust_account_id,
1353: X_STATUS => p_customer_profile_rec.status,

Line 1466: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Update_Row (-)',

1462: --raji
1463:
1464: -- Debug info.
1465: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1466: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Update_Row (-)',
1467: p_prefix=>l_debug_prefix,
1468: p_msg_level=>fnd_log.level_procedure);
1469: END IF;
1470:

Line 2655: * HZ_CUSTOMER_PROFILES_PKG.Select_Row

2651: * DESCRIPTION
2652: * Gets customer profile record
2653: *
2654: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
2655: * HZ_CUSTOMER_PROFILES_PKG.Select_Row
2656: *
2657: * ARGUMENTS
2658: * IN:
2659: * p_init_msg_list Initialize message stack if it is set to

Line 2722: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Select_Row (+)',

2718: x_customer_profile_rec.cust_account_profile_id := p_cust_account_profile_id;
2719:
2720: -- Debug info.
2721: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2722: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Select_Row (+)',
2723: p_prefix=>l_debug_prefix,
2724: p_msg_level=>fnd_log.level_procedure);
2725: END IF;
2726:

Line 2728: HZ_CUSTOMER_PROFILES_PKG.Select_Row (

2724: p_msg_level=>fnd_log.level_procedure);
2725: END IF;
2726:
2727: -- Call table-handler.
2728: HZ_CUSTOMER_PROFILES_PKG.Select_Row (
2729: X_CUST_ACCOUNT_PROFILE_ID => x_customer_profile_rec.cust_account_profile_id,
2730: X_CUST_ACCOUNT_ID => x_customer_profile_rec.cust_account_id,
2731: X_STATUS => x_customer_profile_rec.status,
2732: X_COLLECTOR_ID => x_customer_profile_rec.collector_id,

Line 2843: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Select_Row (-)',

2839: --raji
2840:
2841: -- Debug info.
2842: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2843: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Select_Row (-)',
2844: p_prefix=>l_debug_prefix,
2845: p_msg_level=>fnd_log.level_procedure);
2846: END IF;
2847: