DBA Data[Home] [Help]

APPS.PV_PROCESS_RULES_PUB dependencies on STANDARD

Line 35: -- Standard Start of API savepoint

31: IS
32: l_api_name CONSTANT VARCHAR2(30) := 'Create_process_rules';
33: l_api_version_number CONSTANT NUMBER := 2.0;
34: BEGIN
35: -- Standard Start of API savepoint
36: SAVEPOINT CREATE_PROCESS_RULES_PUB;
37:
38: -- Standard call to check for call compatibility.
39: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

34: BEGIN
35: -- Standard Start of API savepoint
36: SAVEPOINT CREATE_PROCESS_RULES_PUB;
37:
38: -- Standard call to check for call compatibility.
39: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
40: p_api_version_number,
41: l_api_name,
42: G_PKG_NAME)

Line 109: -- Standard check for p_commit

105: --
106: -- End of API body.
107: --
108:
109: -- Standard check for p_commit
110: IF FND_API.to_Boolean( p_commit )
111: THEN
112: COMMIT WORK;
113: END IF;

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

126:
127: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Return status: ' || x_return_status);
128: END IF;
129:
130: -- Standard call to get message count and if count is 1, get message info.
131: FND_MSG_PUB.Count_And_Get
132: ( p_count => x_msg_count,
133: p_data => x_msg_data
134: );

Line 188: -- Standard Start of API savepoint

184: IS
185: l_api_name CONSTANT VARCHAR2(30) := 'Update_process_rules';
186: l_api_version_number CONSTANT NUMBER := 2.0;
187: BEGIN
188: -- Standard Start of API savepoint
189: SAVEPOINT UPDATE_PROCESS_RULES_PUB;
190:
191: -- Standard call to check for call compatibility.
192: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

187: BEGIN
188: -- Standard Start of API savepoint
189: SAVEPOINT UPDATE_PROCESS_RULES_PUB;
190:
191: -- Standard call to check for call compatibility.
192: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
193: p_api_version_number,
194: l_api_name,
195: G_PKG_NAME)

Line 251: -- Standard check for p_commit

247: --
248: -- End of API body
249: --
250:
251: -- Standard check for p_commit
252: IF FND_API.to_Boolean( p_commit )
253: THEN
254: COMMIT WORK;
255: END IF;

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

268: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
269:
270: END IF;
271:
272: -- Standard call to get message count and if count is 1, get message info.
273: FND_MSG_PUB.Count_And_Get
274: ( p_count => x_msg_count,
275: p_data => x_msg_data
276: );

Line 331: -- Standard Start of API savepoint

327: IS
328: l_api_name CONSTANT VARCHAR2(30) := 'Delete_process_rules';
329: l_api_version_number CONSTANT NUMBER := 2.0;
330: BEGIN
331: -- Standard Start of API savepoint
332: SAVEPOINT DELETE_PROCESS_RULES_PUB;
333:
334: -- Standard call to check for call compatibility.
335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

330: BEGIN
331: -- Standard Start of API savepoint
332: SAVEPOINT DELETE_PROCESS_RULES_PUB;
333:
334: -- Standard call to check for call compatibility.
335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
336: p_api_version_number,
337: l_api_name,
338: G_PKG_NAME)

Line 395: -- Standard check for p_commit

391: --
392: -- End of API body
393: --
394:
395: -- Standard check for p_commit
396: IF FND_API.to_Boolean( p_commit )
397: THEN
398: COMMIT WORK;
399: END IF;

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

412: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
413:
414: END IF;
415:
416: -- Standard call to get message count and if count is 1, get message info.
417: FND_MSG_PUB.Count_And_Get
418: ( p_count => x_msg_count,
419: p_data => x_msg_data
420: );

Line 473: -- Standard Start of API savepoint

469: IS
470: l_api_name CONSTANT VARCHAR2(30) := 'Copy_process_rules';
471: l_api_version_number CONSTANT NUMBER := 2.0;
472: BEGIN
473: -- Standard Start of API savepoint
474: SAVEPOINT COPY_PROCESS_RULES_PUB;
475:
476: -- Standard call to check for call compatibility.
477: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

472: BEGIN
473: -- Standard Start of API savepoint
474: SAVEPOINT COPY_PROCESS_RULES_PUB;
475:
476: -- Standard call to check for call compatibility.
477: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
478: p_api_version_number,
479: l_api_name,
480: G_PKG_NAME)

Line 547: -- Standard check for p_commit

543: --
544: -- End of API body.
545: --
546:
547: -- Standard check for p_commit
548: IF FND_API.to_Boolean( p_commit )
549: THEN
550: COMMIT WORK;
551: END IF;

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

564:
565: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Return status: ' || x_return_status);
566: END IF;
567:
568: -- Standard call to get message count and if count is 1, get message info.
569: FND_MSG_PUB.Count_And_Get
570: ( p_count => x_msg_count,
571: p_data => x_msg_data
572: );