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 1173: -- Standard call to get message count and if count is 1, get message info.

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

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

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

Line 1534: -- standard start of API savepoint

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

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

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

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

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

Line 2089: -- standard start of API savepoint

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

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

2125:
2126: -- Call to indicate Party Site creation to DQM
2127: HZ_DQM_SYNC.sync_party_site(l_party_site_rec.party_site_id,'C');
2128:
2129: -- standard call to get message count and if count is 1, get message info.
2130: FND_MSG_PUB.Count_And_Get(
2131: p_encoded => FND_API.G_FALSE,
2132: p_count => x_msg_count,
2133: p_data => x_msg_data);

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

2236: X_GLOBAL_LOCATION_NUMBER => x_party_site_rec.global_location_number,
2237: X_DUNS_NUMBER_C => x_party_site_rec.duns_number_c
2238: );
2239:
2240: --Standard call to get message count and if count is 1, get message info.
2241: FND_MSG_PUB.Count_And_Get(
2242: p_encoded => FND_API.G_FALSE,
2243: p_count => x_msg_count,
2244: p_data => x_msg_data );

Line 2671: -- Standard start of API savepoint

2667: p_cust_acct_site_rec;
2668:
2669: BEGIN
2670:
2671: -- Standard start of API savepoint
2672: SAVEPOINT create_cust_acct_site;
2673:
2674:
2675: -- Initialize message list if p_init_msg_list is set to TRUE.

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

2692: HZ_BUSINESS_EVENT_V2PVT.create_cust_acct_site_event (
2693: l_cust_acct_site_rec );
2694: END IF;
2695:
2696: -- Standard call to get message count and if count is 1, get message info.
2697: FND_MSG_PUB.Count_And_Get(
2698: p_encoded => FND_API.G_FALSE,
2699: p_count => x_msg_count,
2700: p_data => x_msg_data );

Line 2759: -- Standard start of API savepoint

2755: := p_customer_profile_rec;
2756:
2757: BEGIN
2758:
2759: -- Standard start of API savepoint
2760: SAVEPOINT create_cust_site_use;
2761:
2762: -- Initialize message list if p_init_msg_list is set to TRUE.
2763: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2785: p_create_profile,
2786: p_create_profile_amt );
2787: END IF;
2788:
2789: -- Standard call to get message count and if count is 1, get message info.
2790: FND_MSG_PUB.Count_And_Get(
2791: p_encoded => FND_API.G_FALSE,
2792: p_count => x_msg_count,
2793: p_data => x_msg_data );

Line 2894: X_STANDARD_TERMS => p_customer_profile_rec.standard_terms,

2890: X_PROFILE_CLASS_ID => p_customer_profile_rec.profile_class_id,
2891: X_SITE_USE_ID => p_customer_profile_rec.site_use_id,
2892: X_CREDIT_RATING => p_customer_profile_rec.credit_rating,
2893: X_RISK_CODE => p_customer_profile_rec.risk_code,
2894: X_STANDARD_TERMS => p_customer_profile_rec.standard_terms,
2895: X_OVERRIDE_TERMS => p_customer_profile_rec.override_terms,
2896: X_DUNNING_LETTER_SET_ID => p_customer_profile_rec.dunning_letter_set_id,
2897: X_INTEREST_PERIOD_DAYS => p_customer_profile_rec.interest_period_days,
2898: X_PAYMENT_GRACE_DAYS => p_customer_profile_rec.payment_grace_days,

Line 3122: -- Standard start of API savepoint

3118: := p_customer_profile_rec;
3119:
3120: BEGIN
3121:
3122: -- Standard start of API savepoint
3123: SAVEPOINT create_customer_profile;
3124:
3125:
3126: -- Initialize message list if p_init_msg_list is set to TRUE.

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

3144: l_customer_profile_rec,
3145: p_create_profile_amt );
3146: END IF;
3147:
3148: -- Standard call to get message count and if count is 1, get message info.
3149: FND_MSG_PUB.Count_And_Get(
3150: p_encoded => FND_API.G_FALSE,
3151: p_count => x_msg_count,
3152: p_data => x_msg_data );

Line 3209: -- Standard start of API savepoint

3205: p_cust_profile_amt_rec;
3206:
3207: BEGIN
3208:
3209: -- Standard start of API savepoint
3210: SAVEPOINT create_cust_profile_amt;
3211:
3212: -- Initialize message list if p_init_msg_list is set to TRUE.
3213: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

3229: HZ_BUSINESS_EVENT_V2PVT.create_cust_profile_amt_event (
3230: l_cust_profile_amt_rec );
3231: END IF;
3232:
3233: -- Standard call to get message count and if count is 1, get message info.
3234: FND_MSG_PUB.Count_And_Get(
3235: p_encoded => FND_API.G_FALSE,
3236: p_count => x_msg_count,
3237: p_data => x_msg_data );

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

3427: -- ELSE
3428: -- p_contact_point_rec.primary_flag := 'N';
3429: -- END IF;
3430: ELSE
3431: -- Bug 2117973: modified to conform to Applications PL/SQL standards.
3432: OPEN c_cp (p_contact_point_rec.owner_table_name,
3433: p_contact_point_rec.owner_table_id,
3434: p_contact_point_rec.contact_point_type);
3435: FETCH c_cp INTO l_dummy;

Line 3698: -- Standard start of API savepoint

3694: l_web_rec hz_contact_point_v2pub.web_rec_type := p_web_rec;
3695:
3696: BEGIN
3697:
3698: -- Standard start of API savepoint
3699: SAVEPOINT create_contact_point;
3700:
3701: -- Initialize API return status to success.
3702: x_return_status := fnd_api.g_ret_sts_success;

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

3750:
3751: -- Call to indicate contact point creation to DQM
3752: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'C');
3753:
3754: -- Standard call to get message count and if count is 1, get message info.
3755: fnd_msg_pub.count_and_get(
3756: p_encoded => fnd_api.g_false,
3757: p_count => x_msg_count,
3758: p_data => x_msg_data);

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

3891: x_actual_content_source => x_contact_point_rec.actual_content_source
3892: );
3893:
3894:
3895: -- Standard call to get message count and if count is 1, get message info.
3896: fnd_msg_pub.count_and_get(
3897: p_encoded => fnd_api.g_false,
3898: p_count => x_msg_count,
3899: p_data => x_msg_data);

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

4004: X_CREATED_BY_MODULE => x_party_site_use_rec.created_by_module,
4005: X_APPLICATION_ID => x_party_site_use_rec.application_id
4006: );
4007:
4008: --Standard call to get message count and if count is 1, get message info.
4009: FND_MSG_PUB.Count_And_Get(
4010: p_encoded => FND_API.G_FALSE,
4011: p_count => x_msg_count,
4012: p_data => x_msg_data );

Line 4266: -- standard start of API savepoint

4262: l_party_site_use_rec HZ_PARTY_SITE_V2PUB.PARTY_SITE_USE_REC_TYPE := p_party_site_use_rec;
4263:
4264: BEGIN
4265:
4266: -- standard start of API savepoint
4267: SAVEPOINT create_party_site_use;
4268:
4269: -- initialize message list if p_init_msg_list is set to TRUE.
4270: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

4286: HZ_BUSINESS_EVENT_V2PVT.create_party_site_use_event (
4287: l_party_site_use_rec );
4288: END IF;
4289:
4290: -- standard call to get message count and if count is 1, get message info.
4291: FND_MSG_PUB.Count_And_Get(
4292: p_encoded => FND_API.G_FALSE,
4293: p_count => x_msg_count,
4294: p_data => x_msg_data);