DBA Data[Home] [Help]

APPS.IEX_WRITEOFF_OBJECTS_PUB dependencies on STANDARD

Line 97: -- Standard check for p_commit

93: end if;
94:
95: -- End of API body.
96:
97: -- Standard check for p_commit
98: IF FND_API.to_Boolean( p_commit ) then
99: COMMIT WORK;
100: END IF;
101:

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

98: IF FND_API.to_Boolean( p_commit ) then
99: COMMIT WORK;
100: END IF;
101:
102: -- Standard call to get message count and if count is 1, get message info.
103: FND_MSG_PUB.Count_And_Get
104: ( p_count => x_msg_count,
105: p_data => x_msg_data);
106:

Line 250: -- Standard Start of API savepoint

246: l_msg_count NUMBER ;
247: l_msg_data VARCHAR2(32627);
248:
249: BEGIN
250: -- Standard Start of API savepoint
251: SAVEPOINT DELETE_WRITEOFF_OBJECTS_PUB;
252:
253: -- Standard call to check for call compatibility.
254: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

249: BEGIN
250: -- Standard Start of API savepoint
251: SAVEPOINT DELETE_WRITEOFF_OBJECTS_PUB;
252:
253: -- Standard call to check for call compatibility.
254: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
255: p_api_version_number,
256: l_api_name,
257: G_PKG_NAME)

Line 298: -- Standard check for p_commit

294: --
295: -- End of API body
296: --
297:
298: -- Standard check for p_commit
299: IF FND_API.to_Boolean( p_commit )
300: THEN
301: COMMIT WORK;
302: END IF;

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

301: COMMIT WORK;
302: END IF;
303:
304:
305: -- Standard call to get message count and if count is 1, get message info.
306: FND_MSG_PUB.Count_And_Get
307: ( p_count => x_msg_count,
308: p_data => x_msg_data
309: );