DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on STANDARD

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

78: l_num_range_serials number;
79: l_material VARCHAR2(40);
80: BEGIN
81: SAVEPOINT fork_logic;
82: -- Standard call to check for call compatibility.
83: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
84: l_api_name, G_PKG_NAME ) THEN
85: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
86: END IF;

Line 479: -- Standard check of p_commit.

475: 'End of ' || l_full_name );
476: end if;
477: -- End of API body.
478:
479: -- Standard check of p_commit.
480: IF FND_API.To_Boolean( p_commit )
481: AND x_return_status = FND_API.g_RET_STS_SUCCESS THEN
482: COMMIT WORK;
483: END IF;

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

480: IF FND_API.To_Boolean( p_commit )
481: AND x_return_status = FND_API.g_RET_STS_SUCCESS THEN
482: COMMIT WORK;
483: END IF;
484: -- Standard call to get message count and if count is 1, get message info.
485: FND_MSG_PUB.Count_And_Get(
486: p_count => x_msg_count,
487: p_data => x_msg_data);
488: EXCEPTION

Line 539: -- Standard Start of API savepoint

535: || 'p_commit='|| p_commit ||','
536: || 'p_trx_tmp_id='|| to_number(p_trx_tmp_id) || ','
537: || ')');
538: end if;
539: -- Standard Start of API savepoint
540: SAVEPOINT PROCESS_MMTT;
541: -- Standard call to check for call compatibility.
542: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
543: l_api_name, G_PKG_NAME )

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

537: || ')');
538: end if;
539: -- Standard Start of API savepoint
540: SAVEPOINT PROCESS_MMTT;
541: -- Standard call to check for call compatibility.
542: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
543: l_api_name, G_PKG_NAME )
544: THEN
545: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 620: -- Standard check of p_commit.

616: if (l_pLog) then FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module, 'End');
617: end if;
618: -- End of API body.
619:
620: -- Standard check of p_commit.
621: IF FND_API.To_Boolean( p_commit ) THEN
622: COMMIT WORK;
623: END IF;
624: -- Standard call to get message count and if count is 1, get message info.

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

620: -- Standard check of p_commit.
621: IF FND_API.To_Boolean( p_commit ) THEN
622: COMMIT WORK;
623: END IF;
624: -- Standard call to get message count and if count is 1, get message info.
625: FND_MSG_PUB.Count_And_Get(
626: p_count => x_msg_count,
627: p_data => x_msg_data);
628: EXCEPTION

Line 806: -- Standard Start of API savepoint

802:
803:
804: BEGIN
805:
806: -- Standard Start of API savepoint
807:
808: SAVEPOINT cancel_alloc_matl_del;
809:
810: -- Standard call to check for call compatibility.

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

806: -- Standard Start of API savepoint
807:
808: SAVEPOINT cancel_alloc_matl_del;
809:
810: -- Standard call to check for call compatibility.
811: IF NOT fnd_api.compatible_api_call(
812: l_api_version
813: ,p_api_version
814: ,l_api_name

Line 847: -- Standard check of p_commit.

843: x_msg_data := l_msg_data;
844: x_return_status := l_return_status;
845:
846: -- End of API body.
847: -- Standard check of p_commit.
848:
849: IF fnd_api.to_boolean(p_commit) THEN
850: COMMIT WORK;
851: END IF;

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

851: END IF;
852:
853: -- l_stmt_num := 999;
854:
855: -- Standard call to get message count and if count is 1, get message info.
856: fnd_msg_pub.count_and_get(
857: p_count => x_msg_count,
858: p_data => x_msg_data);
859: EXCEPTION

Line 942: -- Standard Start of API savepoint

938: l_allocate_comp_inc_rec wip_picking_pub.allocate_comp_rec_t;
939: l_allocate_comp_inc_tbl wip_picking_pub.allocate_comp_tbl_t;
940:
941: BEGIN
942: -- Standard Start of API savepoint
943: SAVEPOINT comp_alloc_chng_qty;
944:
945: -- Standard call to check for call compatibility.
946: IF NOT fnd_api.compatible_api_call(

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

941: BEGIN
942: -- Standard Start of API savepoint
943: SAVEPOINT comp_alloc_chng_qty;
944:
945: -- Standard call to check for call compatibility.
946: IF NOT fnd_api.compatible_api_call(
947: l_api_version
948: ,p_api_version
949: ,l_api_name

Line 1105: -- Standard check of p_commit.

1101: x_msg_data := l_msg_data;
1102: x_return_status := l_return_status;
1103:
1104: -- End of API body.
1105: -- Standard check of p_commit.
1106:
1107: IF fnd_api.to_boolean(p_commit) THEN
1108: COMMIT WORK;
1109: END IF;

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

1109: END IF;
1110:
1111: -- l_stmt_num := 999;
1112:
1113: -- Standard call to get message count and if count is 1, get message info.
1114: fnd_msg_pub.count_and_get(
1115: p_count => x_msg_count
1116: ,p_data => x_msg_data);
1117: EXCEPTION

Line 1188: -- Standard Start of API savepoint

1184: l_allocate_comp_inc_tbl wip_picking_pub.allocate_comp_tbl_t;
1185:
1186: BEGIN
1187:
1188: -- Standard Start of API savepoint
1189:
1190: SAVEPOINT comp_alloc_new_mat;
1191:
1192: -- Standard call to check for call compatibility.

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

1188: -- Standard Start of API savepoint
1189:
1190: SAVEPOINT comp_alloc_new_mat;
1191:
1192: -- Standard call to check for call compatibility.
1193: IF NOT fnd_api.compatible_api_call(
1194: l_api_version
1195: ,p_api_version
1196: ,l_api_name

Line 1286: -- Standard check of p_commit.

1282:
1283: end if; -- end of Released EAM work order
1284:
1285: -- End of API body.
1286: -- Standard check of p_commit.
1287:
1288: IF fnd_api.to_boolean(p_commit) THEN
1289: COMMIT WORK;
1290: END IF;

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

1290: END IF;
1291:
1292: -- l_stmt_num := 999;
1293:
1294: -- Standard call to get message count and if count is 1, get message info.
1295: fnd_msg_pub.count_and_get(
1296: p_count => x_msg_count
1297: ,p_data => x_msg_data);
1298: EXCEPTION

Line 1366: -- Standard Start of API savepoint

1362: l_allocate_tbl wip_picking_pub.allocate_tbl_t;
1363:
1364: BEGIN
1365:
1366: -- Standard Start of API savepoint
1367:
1368: SAVEPOINT alloc_at_release_cancel;
1369:
1370: -- Standard call to check for call compatibility.

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

1366: -- Standard Start of API savepoint
1367:
1368: SAVEPOINT alloc_at_release_cancel;
1369:
1370: -- Standard call to check for call compatibility.
1371: IF NOT fnd_api.compatible_api_call(
1372: l_api_version
1373: ,p_api_version
1374: ,l_api_name

Line 1446: -- Standard check of p_commit.

1442: end if;
1443: end if;
1444:
1445: -- End of API body.
1446: -- Standard check of p_commit.
1447: IF fnd_api.to_boolean(p_commit) THEN
1448: COMMIT WORK;
1449: END IF;
1450:

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

1447: IF fnd_api.to_boolean(p_commit) THEN
1448: COMMIT WORK;
1449: END IF;
1450:
1451: -- Standard call to get message count and if count is 1, get message info.
1452: if (l_pLog) then FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module, 'End');
1453: end if;
1454: fnd_msg_pub.count_and_get(
1455: p_count => x_msg_count