DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_CUST_ACCOUNTS_PKG

Line 138: * HZ_CUST_ACCOUNTS_PKG.Insert_Row

134: * Private procedure to create customer account.
135: *
136: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
137: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_cust_account
138: * HZ_CUST_ACCOUNTS_PKG.Insert_Row
139: * HZ_PARTY_V2PUB.create_person
140: * HZ_PARTY_V2PUB.create_organization
141: * HZ_CUSTOMER_PROFILE_V2PUB.create_customer_profile
142: *

Line 454: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Insert_Row (+) ',

450:
451:
452: -- Debug info.
453: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
454: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Insert_Row (+) ',
455: p_prefix=>l_debug_prefix,
456: p_msg_level=>fnd_log.level_procedure);
457: END IF;
458:

Line 460: HZ_CUST_ACCOUNTS_PKG.Insert_Row (

456: p_msg_level=>fnd_log.level_procedure);
457: END IF;
458:
459: -- Call table-handler.
460: HZ_CUST_ACCOUNTS_PKG.Insert_Row (
461: X_CUST_ACCOUNT_ID => p_cust_account_rec.cust_account_id,
462: X_PARTY_ID => l_party_id,
463: X_ACCOUNT_NUMBER => p_cust_account_rec.account_number,
464: X_ATTRIBUTE_CATEGORY => p_cust_account_rec.attribute_category,

Line 580: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Insert_Row (-) ' ||

576: p_msg_level=>fnd_log.level_procedure);
577: END IF;
578: -- Debug info.
579: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
580: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Insert_Row (-) ' ||
581: 'x_cust_account_id = ' || p_cust_account_rec.cust_account_id || ' ' ||
582: 'x_account_number = ' || p_cust_account_rec.account_number,
583: p_prefix=>l_debug_prefix,
584: p_msg_level=>fnd_log.level_procedure);

Line 711: * HZ_CUST_ACCOUNTS_PKG.Update_Row

707: * Private procedure to update customer account.
708: *
709: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
710: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_cust_account
711: * HZ_CUST_ACCOUNTS_PKG.Update_Row
712: *
713: * ARGUMENTS
714: * IN/OUT:
715: * p_cust_account_rec Customer account record.

Line 834: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Update_Row (+)',

830: end if;
831:
832: -- Debug info.
833: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
834: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Update_Row (+)',
835: p_prefix=>l_debug_prefix,
836: p_msg_level=>fnd_log.level_procedure);
837: END IF;
838:

Line 840: HZ_CUST_ACCOUNTS_PKG.Update_Row (

836: p_msg_level=>fnd_log.level_procedure);
837: END IF;
838:
839: -- Call table-handler.
840: HZ_CUST_ACCOUNTS_PKG.Update_Row (
841: X_Rowid => l_rowid,
842: X_CUST_ACCOUNT_ID => p_cust_account_rec.cust_account_id,
843: X_PARTY_ID => NULL, -- no need to update
844: X_ACCOUNT_NUMBER => p_cust_account_rec.account_number,

Line 952: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Update_Row (-)',

948: );
949:
950: -- Debug info.
951: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
952: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Update_Row (-)',
953: p_prefix=>l_debug_prefix,
954: p_msg_level=>fnd_log.level_procedure);
955: END IF;
956:

Line 2249: * HZ_CUST_ACCOUNTS_PKG.Select_Row

2245: * DESCRIPTION
2246: * Gets customer account record
2247: *
2248: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
2249: * HZ_CUST_ACCOUNTS_PKG.Select_Row
2250: * HZ_CUSTOMER_PROFILE_V2PUB.get_customer_profile_rec
2251: *
2252: * ARGUMENTS
2253: * IN:

Line 2325: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Select_Row (+)',

2321:
2322: x_cust_account_rec.cust_account_id := p_cust_account_id;
2323:
2324: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2325: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Select_Row (+)',
2326: p_prefix=>l_debug_prefix,
2327: p_msg_level=>fnd_log.level_procedure);
2328: END IF;
2329:

Line 2331: HZ_CUST_ACCOUNTS_PKG.Select_Row (

2327: p_msg_level=>fnd_log.level_procedure);
2328: END IF;
2329:
2330: -- Call table-handler.
2331: HZ_CUST_ACCOUNTS_PKG.Select_Row (
2332: X_CUST_ACCOUNT_ID => x_cust_account_rec.cust_account_id,
2333: X_ACCOUNT_NUMBER => x_cust_account_rec.account_number,
2334: X_ATTRIBUTE_CATEGORY => x_cust_account_rec.attribute_category,
2335: X_ATTRIBUTE1 => x_cust_account_rec.attribute1,

Line 2441: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Select_Row (-)',

2437:
2438:
2439:
2440: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2441: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCOUNTS_PKG.Select_Row (-)',
2442: p_prefix=>l_debug_prefix,
2443: p_msg_level=>fnd_log.level_procedure);
2444: END IF;
2445: