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 616: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (+)',

612: -- Table_handler is taking care of default customer profile to profile class.
613:
614: -- Debug info.
615: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
616: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (+)',
617: p_prefix=>l_debug_prefix,
618: p_msg_level=>fnd_log.level_procedure);
619: END IF;
620:

Line 621: HZ_CUSTOMER_PROFILES_PKG.Insert_Row (

617: p_prefix=>l_debug_prefix,
618: p_msg_level=>fnd_log.level_procedure);
619: END IF;
620:
621: HZ_CUSTOMER_PROFILES_PKG.Insert_Row (
622: X_CUST_ACCOUNT_PROFILE_ID => p_customer_profile_rec.cust_account_profile_id,
623: X_CUST_ACCOUNT_ID => p_customer_profile_rec.cust_account_id,
624: X_STATUS => p_customer_profile_rec.status,
625: X_COLLECTOR_ID => p_customer_profile_rec.collector_id,

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

734: x_cust_account_profile_id := p_customer_profile_rec.cust_account_profile_id;
735:
736: -- Debug info.
737: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
738: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Insert_Row (-) ' ||
739: 'x_cust_account_profile_id = ' || x_cust_account_profile_id,
740: p_prefix=>l_debug_prefix,
741: p_msg_level=>fnd_log.level_procedure);
742: END IF;

Line 931: * HZ_CUSTOMER_PROFILES_PKG.Update_Row

927: * Private procedure to update customer profile.
928: *
929: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
930: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_customer_profile
931: * HZ_CUSTOMER_PROFILES_PKG.Update_Row
932: * HZ_CUST_PROF_CLASS_AMTS_PKG.Select_Row
933: *
934: * ARGUMENTS
935: * IN/OUT:

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

1278: -- Table_handler is taking care of default customer profile to profile class.
1279:
1280: -- Debug info.
1281: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1282: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Update_Row (+)',
1283: p_prefix=>l_debug_prefix,
1284: p_msg_level=>fnd_log.level_procedure);
1285: END IF;
1286:

Line 1287: HZ_CUSTOMER_PROFILES_PKG.Update_Row (

1283: p_prefix=>l_debug_prefix,
1284: p_msg_level=>fnd_log.level_procedure);
1285: END IF;
1286:
1287: HZ_CUSTOMER_PROFILES_PKG.Update_Row (
1288: X_Rowid => l_rowid,
1289: X_CUST_ACCOUNT_PROFILE_ID => p_customer_profile_rec.cust_account_profile_id,
1290: X_CUST_ACCOUNT_ID => p_customer_profile_rec.cust_account_id,
1291: X_STATUS => p_customer_profile_rec.status,

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

1399: --raji
1400:
1401: -- Debug info.
1402: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1403: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Update_Row (-)',
1404: p_prefix=>l_debug_prefix,
1405: p_msg_level=>fnd_log.level_procedure);
1406: END IF;
1407:

Line 2592: * HZ_CUSTOMER_PROFILES_PKG.Select_Row

2588: * DESCRIPTION
2589: * Gets customer profile record
2590: *
2591: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
2592: * HZ_CUSTOMER_PROFILES_PKG.Select_Row
2593: *
2594: * ARGUMENTS
2595: * IN:
2596: * p_init_msg_list Initialize message stack if it is set to

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

2655: x_customer_profile_rec.cust_account_profile_id := p_cust_account_profile_id;
2656:
2657: -- Debug info.
2658: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2659: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Select_Row (+)',
2660: p_prefix=>l_debug_prefix,
2661: p_msg_level=>fnd_log.level_procedure);
2662: END IF;
2663:

Line 2665: HZ_CUSTOMER_PROFILES_PKG.Select_Row (

2661: p_msg_level=>fnd_log.level_procedure);
2662: END IF;
2663:
2664: -- Call table-handler.
2665: HZ_CUSTOMER_PROFILES_PKG.Select_Row (
2666: X_CUST_ACCOUNT_PROFILE_ID => x_customer_profile_rec.cust_account_profile_id,
2667: X_CUST_ACCOUNT_ID => x_customer_profile_rec.cust_account_id,
2668: X_STATUS => x_customer_profile_rec.status,
2669: X_COLLECTOR_ID => x_customer_profile_rec.collector_id,

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

2775: --raji
2776:
2777: -- Debug info.
2778: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2779: hz_utility_v2pub.debug(p_message=>'HZ_CUSTOMER_PROFILES_PKG.Select_Row (-)',
2780: p_prefix=>l_debug_prefix,
2781: p_msg_level=>fnd_log.level_procedure);
2782: END IF;
2783: