DBA Data[Home] [Help]

APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on STANDARD

Line 114: -- Standard Start of API savepoint

110: l_api_version CONSTANT NUMBER := 1.0;
111:
112: BEGIN
113:
114: -- Standard Start of API savepoint
115:
116: SAVEPOINT Purge_Data_Extract;
117:
118: -- Standard call to check for call compatibility.

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

114: -- Standard Start of API savepoint
115:
116: SAVEPOINT Purge_Data_Extract;
117:
118: -- Standard call to check for call compatibility.
119:
120: if not FND_API.Compatible_API_Call (l_api_version,
121: p_api_version,
122: l_api_name,

Line 475: -- Standard check of p_commit.

471:
472: commit work;
473: -- End of API body.
474:
475: -- Standard check of p_commit.
476:
477: if FND_API.to_Boolean (p_commit) then
478: commit work;
479: end if;

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

477: if FND_API.to_Boolean (p_commit) then
478: commit work;
479: end if;
480:
481: -- Standard call to get message count and if count is 1, get message info.
482:
483: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
484: p_data => p_msg_data);
485: