DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_MERGE_V2PVT dependencies on STANDARD

Line 213: --Standard call to get message count and if count is 1, get message info.

209: X_CREATED_BY_MODULE => l_created_by_module,
210: X_APPLICATION_ID => l_application_id
211: );
212:
213: --Standard call to get message count and if count is 1, get message info.
214: FND_MSG_PUB.Count_And_Get(
215: p_encoded => FND_API.G_FALSE,
216: p_count => x_msg_count,
217: p_data => x_msg_data );

Line 1123: -- Standard start of API savepoint

1119: l_created_party VARCHAR2(1);
1120:
1121: BEGIN
1122:
1123: -- Standard start of API savepoint
1124: SAVEPOINT create_relationship;
1125:
1126: -- Initialize message list if p_init_msg_list is set to TRUE.
1127: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1175: -- Standard call to get message count and if count is 1, get message info.

1171: l_created_party );
1172: END IF;
1173: END IF;
1174:
1175: -- Standard call to get message count and if count is 1, get message info.
1176: FND_MSG_PUB.Count_And_Get(
1177: p_encoded => FND_API.G_FALSE,
1178: p_count => x_msg_count,
1179: p_data => x_msg_data);

Line 1351: --Standard call to get message count and if count is 1, get message info.

1347: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1348: END IF;
1349: END IF;
1350:
1351: --Standard call to get message count and if count is 1, get message info.
1352: FND_MSG_PUB.Count_And_Get(
1353: p_encoded => FND_API.G_FALSE,
1354: p_count => x_msg_count,
1355: p_data => x_msg_data );

Line 1536: -- standard start of API savepoint

1532: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.ORG_CONTACT_REC_TYPE := p_org_contact_rec;
1533:
1534: BEGIN
1535:
1536: -- standard start of API savepoint
1537: SAVEPOINT create_org_contact;
1538:
1539: -- initialize API return status to success.
1540: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1564: -- standard call to get message count and if count is 1, get message info.

1560:
1561: -- Call to indicate Org Contact creation to DQM
1562: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'C');
1563:
1564: -- standard call to get message count and if count is 1, get message info.
1565: FND_MSG_PUB.Count_And_Get(
1566: p_encoded => FND_API.G_FALSE,
1567: p_count => x_msg_count,
1568: p_data => x_msg_data);

Line 1704: --Standard call to get message count and if count is 1, get message info.

1700: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1701: END IF;
1702: END IF;
1703:
1704: --Standard call to get message count and if count is 1, get message info.
1705: FND_MSG_PUB.Count_And_Get(
1706: p_encoded => FND_API.G_FALSE,
1707: p_count => x_msg_count,
1708: p_data => x_msg_data );

Line 2093: -- standard start of API savepoint

2089: l_api_version CONSTANT NUMBER := 1.0;
2090: l_party_site_rec HZ_PARTY_SITE_V2PUB.PARTY_SITE_REC_TYPE := p_party_site_rec;
2091:
2092: BEGIN
2093: -- standard start of API savepoint
2094: SAVEPOINT create_party_site;
2095:
2096: -- initialize message list if p_init_msg_list is set to TRUE.
2097: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2135: -- standard call to get message count and if count is 1, get message info.

2131:
2132: -- Call to indicate Party Site creation to DQM
2133: HZ_DQM_SYNC.sync_party_site(l_party_site_rec.party_site_id,'C');
2134:
2135: -- standard call to get message count and if count is 1, get message info.
2136: FND_MSG_PUB.Count_And_Get(
2137: p_encoded => FND_API.G_FALSE,
2138: p_count => x_msg_count,
2139: p_data => x_msg_data);

Line 2246: --Standard call to get message count and if count is 1, get message info.

2242: X_GLOBAL_LOCATION_NUMBER => x_party_site_rec.global_location_number,
2243: X_DUNS_NUMBER_C => x_party_site_rec.duns_number_c
2244: );
2245:
2246: --Standard call to get message count and if count is 1, get message info.
2247: FND_MSG_PUB.Count_And_Get(
2248: p_encoded => FND_API.G_FALSE,
2249: p_count => x_msg_count,
2250: p_data => x_msg_data );

Line 2677: -- Standard start of API savepoint

2673: p_cust_acct_site_rec;
2674:
2675: BEGIN
2676:
2677: -- Standard start of API savepoint
2678: SAVEPOINT create_cust_acct_site;
2679:
2680:
2681: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 2704: -- Standard call to get message count and if count is 1, get message info.

2700: l_cust_acct_site_rec );
2701: END IF;
2702: END IF;
2703:
2704: -- Standard call to get message count and if count is 1, get message info.
2705: FND_MSG_PUB.Count_And_Get(
2706: p_encoded => FND_API.G_FALSE,
2707: p_count => x_msg_count,
2708: p_data => x_msg_data );

Line 2767: -- Standard start of API savepoint

2763: := p_customer_profile_rec;
2764:
2765: BEGIN
2766:
2767: -- Standard start of API savepoint
2768: SAVEPOINT create_cust_site_use;
2769:
2770: -- Initialize message list if p_init_msg_list is set to TRUE.
2771: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2799: -- Standard call to get message count and if count is 1, get message info.

2795: p_create_profile_amt );
2796: END IF;
2797: END IF;
2798:
2799: -- Standard call to get message count and if count is 1, get message info.
2800: FND_MSG_PUB.Count_And_Get(
2801: p_encoded => FND_API.G_FALSE,
2802: p_count => x_msg_count,
2803: p_data => x_msg_data );

Line 2904: X_STANDARD_TERMS => p_customer_profile_rec.standard_terms,

2900: X_PROFILE_CLASS_ID => p_customer_profile_rec.profile_class_id,
2901: X_SITE_USE_ID => p_customer_profile_rec.site_use_id,
2902: X_CREDIT_RATING => p_customer_profile_rec.credit_rating,
2903: X_RISK_CODE => p_customer_profile_rec.risk_code,
2904: X_STANDARD_TERMS => p_customer_profile_rec.standard_terms,
2905: X_OVERRIDE_TERMS => p_customer_profile_rec.override_terms,
2906: X_DUNNING_LETTER_SET_ID => p_customer_profile_rec.dunning_letter_set_id,
2907: X_INTEREST_PERIOD_DAYS => p_customer_profile_rec.interest_period_days,
2908: X_PAYMENT_GRACE_DAYS => p_customer_profile_rec.payment_grace_days,

Line 3133: -- Standard start of API savepoint

3129: := p_customer_profile_rec;
3130:
3131: BEGIN
3132:
3133: -- Standard start of API savepoint
3134: SAVEPOINT create_customer_profile;
3135:
3136:
3137: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 3161: -- Standard call to get message count and if count is 1, get message info.

3157: p_create_profile_amt );
3158: END IF;
3159: END IF;
3160:
3161: -- Standard call to get message count and if count is 1, get message info.
3162: FND_MSG_PUB.Count_And_Get(
3163: p_encoded => FND_API.G_FALSE,
3164: p_count => x_msg_count,
3165: p_data => x_msg_data );

Line 3222: -- Standard start of API savepoint

3218: p_cust_profile_amt_rec;
3219:
3220: BEGIN
3221:
3222: -- Standard start of API savepoint
3223: SAVEPOINT create_cust_profile_amt;
3224:
3225: -- Initialize message list if p_init_msg_list is set to TRUE.
3226: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 3248: -- Standard call to get message count and if count is 1, get message info.

3244: l_cust_profile_amt_rec );
3245: END IF;
3246: END IF;
3247:
3248: -- Standard call to get message count and if count is 1, get message info.
3249: FND_MSG_PUB.Count_And_Get(
3250: p_encoded => FND_API.G_FALSE,
3251: p_count => x_msg_count,
3252: p_data => x_msg_data );

Line 3446: -- Bug 2117973: modified to conform to Applications PL/SQL standards.

3442: -- ELSE
3443: -- p_contact_point_rec.primary_flag := 'N';
3444: -- END IF;
3445: ELSE
3446: -- Bug 2117973: modified to conform to Applications PL/SQL standards.
3447: OPEN c_cp (p_contact_point_rec.owner_table_name,
3448: p_contact_point_rec.owner_table_id,
3449: p_contact_point_rec.contact_point_type);
3450: FETCH c_cp INTO l_dummy;

Line 3734: -- Standard start of API savepoint

3730: l_web_rec hz_contact_point_v2pub.web_rec_type := p_web_rec;
3731:
3732: BEGIN
3733:
3734: -- Standard start of API savepoint
3735: SAVEPOINT create_contact_point;
3736:
3737: -- Initialize API return status to success.
3738: x_return_status := fnd_api.g_ret_sts_success;

Line 3792: -- Standard call to get message count and if count is 1, get message info.

3788:
3789: -- Call to indicate contact point creation to DQM
3790: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'C');
3791:
3792: -- Standard call to get message count and if count is 1, get message info.
3793: fnd_msg_pub.count_and_get(
3794: p_encoded => fnd_api.g_false,
3795: p_count => x_msg_count,
3796: p_data => x_msg_data);

Line 3933: -- Standard call to get message count and if count is 1, get message info.

3929: x_actual_content_source => x_contact_point_rec.actual_content_source
3930: );
3931:
3932:
3933: -- Standard call to get message count and if count is 1, get message info.
3934: fnd_msg_pub.count_and_get(
3935: p_encoded => fnd_api.g_false,
3936: p_count => x_msg_count,
3937: p_data => x_msg_data);

Line 4046: --Standard call to get message count and if count is 1, get message info.

4042: X_CREATED_BY_MODULE => x_party_site_use_rec.created_by_module,
4043: X_APPLICATION_ID => x_party_site_use_rec.application_id
4044: );
4045:
4046: --Standard call to get message count and if count is 1, get message info.
4047: FND_MSG_PUB.Count_And_Get(
4048: p_encoded => FND_API.G_FALSE,
4049: p_count => x_msg_count,
4050: p_data => x_msg_data );

Line 4304: -- standard start of API savepoint

4300: l_party_site_use_rec HZ_PARTY_SITE_V2PUB.PARTY_SITE_USE_REC_TYPE := p_party_site_use_rec;
4301:
4302: BEGIN
4303:
4304: -- standard start of API savepoint
4305: SAVEPOINT create_party_site_use;
4306:
4307: -- initialize message list if p_init_msg_list is set to TRUE.
4308: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 4330: -- standard call to get message count and if count is 1, get message info.

4326: l_party_site_use_rec );
4327: END IF;
4328: END IF;
4329:
4330: -- standard call to get message count and if count is 1, get message info.
4331: FND_MSG_PUB.Count_And_Get(
4332: p_encoded => FND_API.G_FALSE,
4333: p_count => x_msg_count,
4334: p_data => x_msg_data);