DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_CUST_ACCT_RELATE_PKG

Line 1006: * HZ_CUST_ACCT_RELATE_PKG.Insert_Row

1002: * Private procedure to create relationship between two customer accounts.
1003: *
1004: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1005: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_cust_acct_relate
1006: * HZ_CUST_ACCT_RELATE_PKG.Insert_Row
1007: *
1008: * ARGUMENTS
1009: * IN/OUT:
1010: * p_cust_acct_relate_rec Customer account relate record.

Line 1080: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Insert_Row (+)',

1076: END IF;
1077:
1078: -- Debug info.
1079: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1080: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Insert_Row (+)',
1081: p_prefix=>l_debug_prefix,
1082: p_msg_level=>fnd_log.level_procedure);
1083: END IF;
1084:

Line 1086: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (

1082: p_msg_level=>fnd_log.level_procedure);
1083: END IF;
1084:
1085: -- Call table-handler.
1086: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (
1087: X_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.cust_account_id,
1088: X_RELATED_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.related_cust_account_id,
1089: X_RELATIONSHIP_TYPE => p_cust_acct_relate_rec.relationship_type,
1090: X_COMMENTS => p_cust_acct_relate_rec.comments,

Line 1120: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Insert_Row (-)',

1116: );
1117:
1118: -- Debug info.
1119: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1120: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Insert_Row (-)',
1121: p_prefix=>l_debug_prefix,
1122: p_msg_level=>fnd_log.level_procedure);
1123: END IF;
1124:

Line 1204: * HZ_CUST_ACCT_RELATE_PKG.Update_Row

1200: * Private procedure to update relationship between two customer accounts.
1201: *
1202: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1203: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_cust_acct_relate
1204: * HZ_CUST_ACCT_RELATE_PKG.Update_Row
1205: *
1206: * ARGUMENTS
1207: * IN/OUT:
1208: * p_cust_acct_relate_rec Customer account relate record.

Line 1412: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Update_Row (+)',

1408: END IF;
1409:
1410: -- Debug info.
1411: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1412: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Update_Row (+)',
1413: p_prefix=>l_debug_prefix,
1414: p_msg_level=>fnd_log.level_procedure);
1415: END IF;
1416:

Line 1418: HZ_CUST_ACCT_RELATE_PKG.Update_Row (

1414: p_msg_level=>fnd_log.level_procedure);
1415: END IF;
1416:
1417: -- Call table-handler.
1418: HZ_CUST_ACCT_RELATE_PKG.Update_Row (
1419: X_CUST_ACCT_RELATE_ID => l_cust_acct_relate_id,
1420: X_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.cust_account_id,
1421: X_RELATED_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.related_cust_account_id,
1422: X_RELATIONSHIP_TYPE => p_cust_acct_relate_rec.relationship_type,

Line 1451: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Update_Row (-)',

1447: );
1448:
1449: -- Debug info.
1450: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1451: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Update_Row (-)',
1452: p_prefix=>l_debug_prefix,
1453: p_msg_level=>fnd_log.level_procedure);
1454: END IF;
1455:

Line 3237: * HZ_CUST_ACCT_RELATE_PKG.Select_Row

3233: * DESCRIPTION
3234: * Gets customer account relationship record
3235: *
3236: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
3237: * HZ_CUST_ACCT_RELATE_PKG.Select_Row
3238: *
3239: * ARGUMENTS
3240: * IN:
3241: * p_init_msg_list Initialize message stack if it is set to

Line 3261: * Called the overloaded procedure hz_cust_acct_relate_pkg.

3257: * MODIFICATION HISTORY
3258: *
3259: * 07-23-2001 Jianying Huang o Created.
3260: * 04-21-2004 Rajib Ranjan Borah o Bug 3449118. Added the parameter p_rowid.
3261: * Called the overloaded procedure hz_cust_acct_relate_pkg.
3262: * select_row with rowid as parameter in case rowid
3263: * is passed to this procedure.
3264: * 12-MAY-2005 Rajib Ranjan Borah o TCA SSA Uptake (Bug 3456489)
3265: * 12-AUG-2005 Idris Ali o Bug 4529413:Added parameter cust_acct_relate_id to get_cust_acct_relate

Line 3326: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Select_Row (+)',

3322: x_cust_acct_relate_rec.cust_acct_relate_id := p_cust_acct_relate_id;
3323:
3324: -- Debug info.
3325: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
3326: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Select_Row (+)',
3327: p_prefix=>l_debug_prefix,
3328: p_msg_level=>fnd_log.level_procedure);
3329: END IF;
3330:

Line 3334: HZ_CUST_ACCT_RELATE_PKG.Select_Row (

3330:
3331: -- Call table-handler.
3332: IF p_rowid IS NULL /* Bug 3449118 */
3333: THEN
3334: HZ_CUST_ACCT_RELATE_PKG.Select_Row (
3335: X_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.cust_account_id,
3336: X_RELATED_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.related_cust_account_id,
3337: X_RELATIONSHIP_TYPE => x_cust_acct_relate_rec.relationship_type,
3338: X_COMMENTS => x_cust_acct_relate_rec.comments,

Line 3367: HZ_CUST_ACCT_RELATE_PKG.Select_Row (

3363: );
3364:
3365: ELSE
3366:
3367: HZ_CUST_ACCT_RELATE_PKG.Select_Row (
3368: X_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.cust_account_id,
3369: X_RELATED_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.related_cust_account_id,
3370: X_RELATIONSHIP_TYPE => x_cust_acct_relate_rec.relationship_type,
3371: X_COMMENTS => x_cust_acct_relate_rec.comments,

Line 3403: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Select_Row (-)',

3399:
3400:
3401: -- Debug info.
3402: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
3403: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Select_Row (-)',
3404: p_prefix=>l_debug_prefix,
3405: p_msg_level=>fnd_log.level_procedure);
3406: END IF;
3407: