DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_CUST_ACCT_RELATE_PKG

Line 1023: * HZ_CUST_ACCT_RELATE_PKG.Insert_Row

1019: * Private procedure to create relationship between two customer accounts.
1020: *
1021: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1022: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_cust_acct_relate
1023: * HZ_CUST_ACCT_RELATE_PKG.Insert_Row
1024: *
1025: * ARGUMENTS
1026: * IN/OUT:
1027: * p_cust_acct_relate_rec Customer account relate record.

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

1093: END IF;
1094:
1095: -- Debug info.
1096: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1097: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Insert_Row (+)',
1098: p_prefix=>l_debug_prefix,
1099: p_msg_level=>fnd_log.level_procedure);
1100: END IF;
1101:

Line 1103: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (

1099: p_msg_level=>fnd_log.level_procedure);
1100: END IF;
1101:
1102: -- Call table-handler.
1103: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (
1104: X_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.cust_account_id,
1105: X_RELATED_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.related_cust_account_id,
1106: X_RELATIONSHIP_TYPE => p_cust_acct_relate_rec.relationship_type,
1107: X_COMMENTS => p_cust_acct_relate_rec.comments,

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

1133: );
1134:
1135: -- Debug info.
1136: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1137: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Insert_Row (-)',
1138: p_prefix=>l_debug_prefix,
1139: p_msg_level=>fnd_log.level_procedure);
1140: END IF;
1141:

Line 1221: * HZ_CUST_ACCT_RELATE_PKG.Update_Row

1217: * Private procedure to update relationship between two customer accounts.
1218: *
1219: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1220: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_cust_acct_relate
1221: * HZ_CUST_ACCT_RELATE_PKG.Update_Row
1222: *
1223: * ARGUMENTS
1224: * IN/OUT:
1225: * p_cust_acct_relate_rec Customer account relate record.

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

1425: END IF;
1426:
1427: -- Debug info.
1428: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1429: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Update_Row (+)',
1430: p_prefix=>l_debug_prefix,
1431: p_msg_level=>fnd_log.level_procedure);
1432: END IF;
1433:

Line 1435: HZ_CUST_ACCT_RELATE_PKG.Update_Row (

1431: p_msg_level=>fnd_log.level_procedure);
1432: END IF;
1433:
1434: -- Call table-handler.
1435: HZ_CUST_ACCT_RELATE_PKG.Update_Row (
1436: X_CUST_ACCT_RELATE_ID => l_cust_acct_relate_id,
1437: X_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.cust_account_id,
1438: X_RELATED_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.related_cust_account_id,
1439: X_RELATIONSHIP_TYPE => p_cust_acct_relate_rec.relationship_type,

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

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

Line 3272: * HZ_CUST_ACCT_RELATE_PKG.Select_Row

3268: * DESCRIPTION
3269: * Gets customer account relationship record
3270: *
3271: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
3272: * HZ_CUST_ACCT_RELATE_PKG.Select_Row
3273: *
3274: * ARGUMENTS
3275: * IN:
3276: * p_init_msg_list Initialize message stack if it is set to

Line 3296: * Called the overloaded procedure hz_cust_acct_relate_pkg.

3292: * MODIFICATION HISTORY
3293: *
3294: * 07-23-2001 Jianying Huang o Created.
3295: * 04-21-2004 Rajib Ranjan Borah o Bug 3449118. Added the parameter p_rowid.
3296: * Called the overloaded procedure hz_cust_acct_relate_pkg.
3297: * select_row with rowid as parameter in case rowid
3298: * is passed to this procedure.
3299: * 12-MAY-2005 Rajib Ranjan Borah o TCA SSA Uptake (Bug 3456489)
3300: * 12-AUG-2005 Idris Ali o Bug 4529413:Added parameter cust_acct_relate_id to get_cust_acct_relate

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

3357: x_cust_acct_relate_rec.cust_acct_relate_id := p_cust_acct_relate_id;
3358:
3359: -- Debug info.
3360: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
3361: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Select_Row (+)',
3362: p_prefix=>l_debug_prefix,
3363: p_msg_level=>fnd_log.level_procedure);
3364: END IF;
3365:

Line 3369: HZ_CUST_ACCT_RELATE_PKG.Select_Row (

3365:
3366: -- Call table-handler.
3367: IF p_rowid IS NULL /* Bug 3449118 */
3368: THEN
3369: HZ_CUST_ACCT_RELATE_PKG.Select_Row (
3370: X_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.cust_account_id,
3371: X_RELATED_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.related_cust_account_id,
3372: X_RELATIONSHIP_TYPE => x_cust_acct_relate_rec.relationship_type,
3373: X_COMMENTS => x_cust_acct_relate_rec.comments,

Line 3402: HZ_CUST_ACCT_RELATE_PKG.Select_Row (

3398: );
3399:
3400: ELSE
3401:
3402: HZ_CUST_ACCT_RELATE_PKG.Select_Row (
3403: X_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.cust_account_id,
3404: X_RELATED_CUST_ACCOUNT_ID => x_cust_acct_relate_rec.related_cust_account_id,
3405: X_RELATIONSHIP_TYPE => x_cust_acct_relate_rec.relationship_type,
3406: X_COMMENTS => x_cust_acct_relate_rec.comments,

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

3434:
3435:
3436: -- Debug info.
3437: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
3438: hz_utility_v2pub.debug(p_message=>'HZ_CUST_ACCT_RELATE_PKG.Select_Row (-)',
3439: p_prefix=>l_debug_prefix,
3440: p_msg_level=>fnd_log.level_procedure);
3441: END IF;
3442: