DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_PUB dependencies on STANDARD

Line 90: --Standard start of API savepoint

86: l_credit_ratings_rec CREDIT_RATINGS_REC_TYPE := p_credit_ratings_rec;
87:
88: BEGIN
89:
90: --Standard start of API savepoint
91: SAVEPOINT create_credit_ratings_pub;
92:
93: --Standard call to check for call compatibility.
94: IF NOT FND_API.Compatible_API_Call(

Line 93: --Standard call to check for call compatibility.

89:
90: --Standard start of API savepoint
91: SAVEPOINT create_credit_ratings_pub;
92:
93: --Standard call to check for call compatibility.
94: IF NOT FND_API.Compatible_API_Call(
95: l_api_version,
96: p_api_version,
97: l_api_name,

Line 172: --Standard check of p_commit.

168: HZ_BUSINESS_EVENT_V2PVT.create_credit_ratings_event(l_credit_ratings_rec);
169: END IF;
170: *********
171:
172: --Standard check of p_commit.
173: IF FND_API.to_Boolean(p_commit) THEN
174: Commit;
175: END IF;
176:

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

173: IF FND_API.to_Boolean(p_commit) THEN
174: Commit;
175: END IF;
176:
177: --Standard call to get message count and if count is 1, get message info.
178: FND_MSG_PUB.Count_And_Get(
179: p_encoded => FND_API.G_FALSE,
180: p_count => x_msg_count,
181: p_data => x_msg_data);

Line 273: --Standard start of API savepoint

269: l_old_credit_ratings_rec CREDIT_RATINGS_REC_TYPE;
270:
271: BEGIN
272:
273: --Standard start of API savepoint
274: SAVEPOINT update_credit_ratings_pub;
275:
276: --Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call(

Line 276: --Standard call to check for call compatibility.

272:
273: --Standard start of API savepoint
274: SAVEPOINT update_credit_ratings_pub;
275:
276: --Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call(
278: l_api_version,
279: p_api_version,
280: l_api_name,

Line 356: --Standard check of p_commit.

352: HZ_BUSINESS_EVENT_V2PVT.update_credit_ratings_event( l_credit_ratings_rec);
353: END IF;
354: *************
355:
356: --Standard check of p_commit.
357: IF FND_API.to_Boolean(p_commit) THEN
358: Commit;
359: END IF;
360:

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

357: IF FND_API.to_Boolean(p_commit) THEN
358: Commit;
359: END IF;
360:
361: --Standard call to get message count and if count is 1, get message info.
362: FND_MSG_PUB.Count_And_Get(
363: p_encoded => FND_API.G_FALSE,
364: p_count => x_msg_count,
365: p_data => x_msg_data);

Line 453: --Standard start of API savepoint

449: l_api_version CONSTANT NUMBER := 1.0;
450: l_financial_profile_rec FINANCIAL_PROFILE_REC_TYPE := p_financial_profile_rec;
451:
452: BEGIN
453: --Standard start of API savepoint
454: SAVEPOINT create_financial_profile_pub;
455: --Standard call to check for call compatibility.
456: IF NOT FND_API.Compatible_API_Call(
457: l_api_version,

Line 455: --Standard call to check for call compatibility.

451:
452: BEGIN
453: --Standard start of API savepoint
454: SAVEPOINT create_financial_profile_pub;
455: --Standard call to check for call compatibility.
456: IF NOT FND_API.Compatible_API_Call(
457: l_api_version,
458: p_api_version,
459: l_api_name,

Line 535: --Standard check of p_commit.

531: p_financial_profile_id => x_financial_profile_id);
532: END IF;
533: END IF;
534:
535: --Standard check of p_commit.
536: IF FND_API.to_Boolean(p_commit) THEN
537: Commit;
538: END IF;
539:

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

536: IF FND_API.to_Boolean(p_commit) THEN
537: Commit;
538: END IF;
539:
540: --Standard call to get message count and if count is 1, get message info.
541: FND_MSG_PUB.Count_And_Get(
542: p_encoded => FND_API.G_FALSE,
543: p_count => x_msg_count,
544: p_data => x_msg_data);

Line 625: --Standard start of API savepoint

621: l_api_version CONSTANT NUMBER := 1.0;
622: l_financial_profile_rec FINANCIAL_PROFILE_REC_TYPE := p_financial_profile_rec;
623:
624: BEGIN
625: --Standard start of API savepoint
626: SAVEPOINT update_financial_profile_pub;
627: --Standard call to check for call compatibility.
628: IF NOT FND_API.Compatible_API_Call(
629: l_api_version,

Line 627: --Standard call to check for call compatibility.

623:
624: BEGIN
625: --Standard start of API savepoint
626: SAVEPOINT update_financial_profile_pub;
627: --Standard call to check for call compatibility.
628: IF NOT FND_API.Compatible_API_Call(
629: l_api_version,
630: p_api_version,
631: l_api_name,

Line 709: --Standard check of p_commit.

705: p_financial_profile_id => l_financial_profile_rec.financial_profile_id);
706: END IF;
707: END IF;
708:
709: --Standard check of p_commit.
710: IF FND_API.to_Boolean(p_commit) THEN
711: Commit;
712: END IF;
713:

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

710: IF FND_API.to_Boolean(p_commit) THEN
711: Commit;
712: END IF;
713:
714: --Standard call to get message count and if count is 1, get message info.
715: FND_MSG_PUB.Count_And_Get(
716: p_encoded => FND_API.G_FALSE,
717: p_count => x_msg_count,
718: p_data => x_msg_data);

Line 1541: --Standard call to check for call compatibility.

1537: l_api_version CONSTANT NUMBER := 1.0;
1538:
1539: BEGIN
1540:
1541: --Standard call to check for call compatibility.
1542: IF NOT FND_API.Compatible_API_Call(
1543: l_api_version,
1544: p_api_version,
1545: l_api_name,

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

1777: FND_MESSAGE.SET_TOKEN('VALUE', to_char(p_credit_rating_id));
1778: FND_MSG_PUB.ADD;
1779: RAISE FND_API.G_EXC_ERROR;
1780: END;
1781: --Standard call to get message count and if count is 1, get message info.
1782: FND_MSG_PUB.Count_And_Get(
1783: p_encoded => FND_API.G_FALSE,
1784: p_count => x_msg_count,
1785: p_data => x_msg_data);