DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PVT dependencies on STANDARD

Line 122: -- Standard start of API savepoint

118:
119:
120:
121: BEGIN
122: -- Standard start of API savepoint
123: SAVEPOINT CREATE_PC_HEADER_PVT;
124:
125: -- Standard call to check for call compatibility
126: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

121: BEGIN
122: -- Standard start of API savepoint
123: SAVEPOINT CREATE_PC_HEADER_PVT;
124:
125: -- Standard call to check for call compatibility
126: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
127: THEN
128: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
129: END IF;

Line 216: -- Standard check for p_commit

212: THEN
213: RAISE FND_API.G_EXC_ERROR;
214: END IF;
215:
216: -- Standard check for p_commit
217: IF FND_API.To_Boolean (p_commit)
218: THEN
219: COMMIT WORK;
220: END IF;

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

218: THEN
219: COMMIT WORK;
220: END IF;
221:
222: -- Standard call to get message count and if count is 1, get message info
223: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
224: p_data => x_msg_data,
225: p_encoded => fnd_api.g_false );
226:

Line 291: -- Standard start of API savepoint

287:
288: BEGIN
289:
290:
291: -- Standard start of API savepoint
292: SAVEPOINT UPDATE_PC_HEADER_PVT;
293:
294: -- Standard call to check for call compatibility
295: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

290:
291: -- Standard start of API savepoint
292: SAVEPOINT UPDATE_PC_HEADER_PVT;
293:
294: -- Standard call to check for call compatibility
295: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
296: THEN
297: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
298: END IF;

Line 370: -- Standard check for p_commit

366: THEN
367: RAISE FND_API.G_EXC_ERROR;
368: END IF;
369:
370: -- Standard check for p_commit
371: IF FND_API.To_Boolean (p_commit)
372: THEN
373: COMMIT WORK;
374: END IF;

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

372: THEN
373: COMMIT WORK;
374: END IF;
375:
376: -- Standard call to get message count and if count is 1, get message info
377: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
378: p_data => x_msg_data,
379: p_encoded => fnd_api.g_false );
380:

Line 439: -- Standard check for p_commit

435: THEN
436: RAISE FND_API.G_EXC_ERROR;
437: END IF;
438:
439: -- Standard check for p_commit
440: IF FND_API.To_Boolean (p_commit)
441: THEN
442: COMMIT WORK;
443: END IF;

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

441: THEN
442: COMMIT WORK;
443: END IF;
444:
445: -- Standard call to get message count and if count is 1, get message info
446: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
447: p_data => x_msg_data,
448: p_encoded => fnd_api.g_false );
449:

Line 530: -- Standard start of API savepoint

526: l_assos_tbl T_ID_TBL;
527:
528: BEGIN
529:
530: -- Standard start of API savepoint
531: SAVEPOINT DELETE_PC_HEADER_PVT;
532:
533: -- Standard call to check for call compatibility
534: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

529:
530: -- Standard start of API savepoint
531: SAVEPOINT DELETE_PC_HEADER_PVT;
532:
533: -- Standard call to check for call compatibility
534: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
535: THEN
536: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
537: END IF;

Line 694: -- Standard check for p_commit

690: THEN
691: RAISE FND_API.G_EXC_ERROR;
692: END IF;
693:
694: -- Standard check for p_commit
695: IF FND_API.To_Boolean (p_commit)
696: THEN
697: COMMIT WORK;
698: END IF;

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

696: THEN
697: COMMIT WORK;
698: END IF;
699:
700: -- Standard call to get message count and if count is 1, get message info
701: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
702: p_data => x_msg_data,
703: p_encoded => fnd_api.g_false );
704:

Line 908: -- Standard start of API savepoint

904:
905:
906: BEGIN
907:
908: -- Standard start of API savepoint
909: SAVEPOINT COPY_PC_HEADER_PVT;
910:
911: -- Standard call to check for call compatibility
912: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

907:
908: -- Standard start of API savepoint
909: SAVEPOINT COPY_PC_HEADER_PVT;
910:
911: -- Standard call to check for call compatibility
912: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
913: THEN
914: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
915: END IF;

Line 1207: -- Standard check for p_commit

1203: THEN
1204: RAISE FND_API.G_EXC_ERROR;
1205: END IF;
1206:
1207: -- Standard check for p_commit
1208: IF FND_API.To_Boolean (p_commit)
1209: THEN
1210: COMMIT WORK;
1211: END IF;

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

1209: THEN
1210: COMMIT WORK;
1211: END IF;
1212:
1213: -- Standard call to get message count and if count is 1, get message info
1214: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1215: p_data => x_msg_data,
1216: p_encoded => fnd_api.g_false );
1217: