DBA Data[Home] [Help]

APPS.OZF_PARTNER_CLAIM_GRP dependencies on STANDARD

Line 97: -- Standard Start of API savepoint

93:
94: -- [END OF BUG 4067282 FIXING]
95:
96: BEGIN
97: -- Standard Start of API savepoint
98: SAVEPOINT Create_Partner_Claim;
99:
100: IF OZF_DEBUG_HIGH_ON THEN
101: OZF_Utility_PVT.debug_message(l_full_name||': start');

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

100: IF OZF_DEBUG_HIGH_ON THEN
101: OZF_Utility_PVT.debug_message(l_full_name||': start');
102: END IF;
103:
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call ( l_api_version,
106: p_api_version_number,
107: l_api_name,
108: G_PKG_NAME ) THEN

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

117: -- Initialize API return status to SUCCESS
118: x_return_status := FND_API.G_RET_STS_SUCCESS;
119:
120:
121: -- Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call ( l_api_version,
123: p_api_version_number,
124: l_api_name,
125: G_PKG_NAME)

Line 318: -- Standard check for p_commit

314: END IF;
315: -- [END OF BUG 4067282 FIXING]
316:
317:
318: -- Standard check for p_commit
319: IF FND_API.to_Boolean(p_commit) THEN
320: COMMIT WORK;
321: END IF;
322:

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

326: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
327: FND_MSG_PUB.Add;
328: END IF;
329:
330: -- Standard call to get message count and if count is 1, get message info.
331: FND_MSG_PUB.Count_And_Get(
332: p_count => x_msg_count,
333: p_data => x_msg_data
334: );

Line 449: -- Standard Start of API savepoint

445: -- [END OF BUG 4067282 FIXING]
446:
447:
448: BEGIN
449: -- Standard Start of API savepoint
450: SAVEPOINT Update_Partner_Claim;
451:
452: IF OZF_DEBUG_HIGH_ON THEN
453: OZF_Utility_PVT.debug_message(l_full_name||': start');

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

452: IF OZF_DEBUG_HIGH_ON THEN
453: OZF_Utility_PVT.debug_message(l_full_name||': start');
454: END IF;
455:
456: -- Standard call to check for call compatibility.
457: IF NOT FND_API.Compatible_API_Call ( l_api_version,
458: p_api_version_number,
459: l_api_name,
460: G_PKG_NAME ) THEN

Line 598: -- Standard check for p_commit

594: MO_GLOBAL.set_policy_context('M', NULL); -- BUG 4650224
595: END IF;
596: -- [END OF BUG 4067282 FIXING]
597:
598: -- Standard check for p_commit
599: IF FND_API.to_Boolean(p_commit) THEN
600: COMMIT WORK;
601: END IF;
602:

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

599: IF FND_API.to_Boolean(p_commit) THEN
600: COMMIT WORK;
601: END IF;
602:
603: -- Standard call to get message count and if count is 1, get message info.
604: FND_MSG_PUB.Count_And_Get(
605: p_count => x_msg_count,
606: p_data => x_msg_data
607: );