DBA Data[Home] [Help]

APPS.AHL_PC_ASSOCIATION_PVT dependencies on STANDARD

Line 39: -- Standard start of API savepoint

35: l_sysdate DATE := SYSDATE;
36: l_link_id NUMBER := 0;
37:
38: BEGIN
39: -- Standard start of API savepoint
40: SAVEPOINT ATTACH_UNIT_PVT;
41:
42: -- Standard call to check for call compatibility
43: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 42: -- Standard call to check for call compatibility

38: BEGIN
39: -- Standard start of API savepoint
40: SAVEPOINT ATTACH_UNIT_PVT;
41:
42: -- Standard call to check for call compatibility
43: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
44: THEN
45: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
46: END IF;

Line 163: -- Standard check for p_commit

159: IF x_msg_count > 0 THEN
160: RAISE FND_API.G_EXC_ERROR;
161: END IF;
162:
163: -- Standard check for p_commit
164: IF FND_API.To_Boolean (p_commit)
165: THEN
166: COMMIT WORK;
167: END IF;

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

165: THEN
166: COMMIT WORK;
167: END IF;
168:
169: -- Standard call to get message count and if count is 1, get message info
170: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
171: p_data => x_msg_data,
172: p_encoded => fnd_api.g_false );
173:

Line 234: -- Standard start of API savepoint

230: WHERE NODE.PC_HEADER_ID = HEAD.PC_HEADER_ID AND
231: NODE.PC_NODE_ID = p_pc_node_id;
232:
233: BEGIN
234: -- Standard start of API savepoint
235: SAVEPOINT DETACH_UNIT_PVT;
236:
237: -- Standard call to check for call compatibility
238: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 237: -- Standard call to check for call compatibility

233: BEGIN
234: -- Standard start of API savepoint
235: SAVEPOINT DETACH_UNIT_PVT;
236:
237: -- Standard call to check for call compatibility
238: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
239: THEN
240: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
241: END IF;

Line 315: -- Standard check for p_commit

311: IF x_msg_count > 0 THEN
312: RAISE FND_API.G_EXC_ERROR;
313: END IF;
314:
315: -- Standard check for p_commit
316: IF FND_API.To_Boolean (p_commit)
317: THEN
318: COMMIT WORK;
319: END IF;

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

317: THEN
318: COMMIT WORK;
319: END IF;
320:
321: -- Standard call to get message count and if count is 1, get message info
322: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
323: p_data => x_msg_data,
324: p_encoded => fnd_api.g_false );
325:

Line 379: -- Standard start of API savepoint

375: l_sysdate DATE := SYSDATE;
376: l_link_id NUMBER := 0;
377:
378: BEGIN
379: -- Standard start of API savepoint
380: SAVEPOINT ATTACH_ITEM_PVT;
381:
382: -- Standard call to check for call compatibility
383: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 382: -- Standard call to check for call compatibility

378: BEGIN
379: -- Standard start of API savepoint
380: SAVEPOINT ATTACH_ITEM_PVT;
381:
382: -- Standard call to check for call compatibility
383: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
384: THEN
385: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
386: END IF;

Line 504: -- Standard check for p_commit

500: IF x_msg_count > 0 THEN
501: RAISE FND_API.G_EXC_ERROR;
502: END IF;
503:
504: -- Standard check for p_commit
505: IF FND_API.To_Boolean (p_commit)
506: THEN
507: COMMIT WORK;
508: END IF;

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

506: THEN
507: COMMIT WORK;
508: END IF;
509:
510: -- Standard call to get message count and if count is 1, get message info
511: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
512: p_data => x_msg_data,
513: p_encoded => fnd_api.g_false );
514:

Line 575: -- Standard start of API savepoint

571: WHERE NODE.PC_HEADER_ID = HEAD.PC_HEADER_ID AND
572: NODE.PC_NODE_ID = p_pc_node_id;
573:
574: BEGIN
575: -- Standard start of API savepoint
576: SAVEPOINT DETACH_ITEM_PVT;
577:
578: -- Standard call to check for call compatibility
579: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 578: -- Standard call to check for call compatibility

574: BEGIN
575: -- Standard start of API savepoint
576: SAVEPOINT DETACH_ITEM_PVT;
577:
578: -- Standard call to check for call compatibility
579: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
580: THEN
581: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
582: END IF;

Line 661: -- Standard check for p_commit

657: IF x_msg_count > 0 THEN
658: RAISE FND_API.G_EXC_ERROR;
659: END IF;
660:
661: -- Standard check for p_commit
662: IF FND_API.To_Boolean (p_commit)
663: THEN
664: COMMIT WORK;
665: END IF;

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

663: THEN
664: COMMIT WORK;
665: END IF;
666:
667: -- Standard call to get message count and if count is 1, get message info
668: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
669: p_data => x_msg_data,
670: p_encoded => fnd_api.g_false );
671:

Line 747: -- Standard start of API savepoint

743: header.status in ('DRAFT', 'APPROVAL_REJECTED');
744:
745: BEGIN
746:
747: -- Standard start of API savepoint
748: SAVEPOINT PROCESS_DOCUMENT_PVT;
749:
750: -- Standard call to check for call compatibility
751: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 750: -- Standard call to check for call compatibility

746:
747: -- Standard start of API savepoint
748: SAVEPOINT PROCESS_DOCUMENT_PVT;
749:
750: -- Standard call to check for call compatibility
751: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
752: THEN
753: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
754: END IF;

Line 871: -- Standard check for p_commit

867: IF x_msg_count > 0 THEN
868: RAISE FND_API.G_EXC_ERROR;
869: END IF;
870:
871: -- Standard check for p_commit
872: IF FND_API.To_Boolean (p_commit)
873: THEN
874: COMMIT WORK;
875: END IF;

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

873: THEN
874: COMMIT WORK;
875: END IF;
876:
877: -- Standard call to get message count and if count is 1, get message info
878: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
879: p_data => x_msg_data,
880: p_encoded => fnd_api.g_false );
881: