DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PVT dependencies on STANDARD

Line 124: -- Standard start of API savepoint

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

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

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

Line 218: -- Standard check for p_commit

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

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

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

Line 294: -- Standard start of API savepoint

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

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

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

Line 374: -- Standard check for p_commit

370: THEN
371: RAISE FND_API.G_EXC_ERROR;
372: END IF;
373:
374: -- Standard check for p_commit
375: IF FND_API.To_Boolean (p_commit)
376: THEN
377: COMMIT WORK;
378: END IF;

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

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

Line 443: -- Standard check for p_commit

439: THEN
440: RAISE FND_API.G_EXC_ERROR;
441: END IF;
442:
443: -- Standard check for p_commit
444: IF FND_API.To_Boolean (p_commit)
445: THEN
446: COMMIT WORK;
447: END IF;

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

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

Line 534: -- Standard start of API savepoint

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

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

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

Line 698: -- Standard check for p_commit

694: THEN
695: RAISE FND_API.G_EXC_ERROR;
696: END IF;
697:
698: -- Standard check for p_commit
699: IF FND_API.To_Boolean (p_commit)
700: THEN
701: COMMIT WORK;
702: END IF;

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

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

Line 922: -- Standard start of API savepoint

918:
919:
920: BEGIN
921:
922: -- Standard start of API savepoint
923: SAVEPOINT COPY_PC_HEADER_PVT;
924:
925: -- Standard call to check for call compatibility
926: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

921:
922: -- Standard start of API savepoint
923: SAVEPOINT COPY_PC_HEADER_PVT;
924:
925: -- Standard call to check for call compatibility
926: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
927: THEN
928: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
929: END IF;

Line 1262: -- Standard check for p_commit

1258: THEN
1259: RAISE FND_API.G_EXC_ERROR;
1260: END IF;
1261:
1262: -- Standard check for p_commit
1263: IF FND_API.To_Boolean (p_commit)
1264: THEN
1265: COMMIT WORK;
1266: END IF;

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

1264: THEN
1265: COMMIT WORK;
1266: END IF;
1267:
1268: -- Standard call to get message count and if count is 1, get message info
1269: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1270: p_data => x_msg_data,
1271: p_encoded => fnd_api.g_false );
1272: