DBA Data[Home] [Help]

APPS.CSD_DEPOT_UPDATE_PVT dependencies on STANDARD

Line 179: -- Standard Start of API savepoint

175: AND crj.wip_entity_id = p_wip_ent_id;
176:
177: BEGIN
178:
179: -- Standard Start of API savepoint
180: SAVEPOINT group_wip_update;
181:
182: -- Standard call to check for call compatibility.
183: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

178:
179: -- Standard Start of API savepoint
180: SAVEPOINT group_wip_update;
181:
182: -- Standard call to check for call compatibility.
183: IF NOT FND_API.Compatible_API_Call (l_api_version,
184: p_api_version,
185: l_api_name ,
186: G_PKG_NAME )

Line 490: -- Standard check of p_commit.

486: END IF; -- END IF for p_quantity_completed <> 0 T
487:
488: END LOOP; -- END LOOP FOR C1
489:
490: -- Standard check of p_commit.
491: IF FND_API.To_Boolean( p_commit ) THEN
492: COMMIT WORK;
493: END IF;
494:

Line 495: -- Standard call to get message count and IF count is get message info.

491: IF FND_API.To_Boolean( p_commit ) THEN
492: COMMIT WORK;
493: END IF;
494:
495: -- Standard call to get message count and IF count is get message info.
496: FND_MSG_PUB.Count_And_Get
497: (p_count => x_msg_count,
498: p_data => x_msg_data );
499:

Line 568: -- Standard Start of API savepoint

564: and crog.incident_id = p_inc_id;
565:
566: BEGIN
567:
568: -- Standard Start of API savepoint
569: SAVEPOINT Pre_process_update;
570:
571: -- Standard call to check for call compatibility.
572: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

567:
568: -- Standard Start of API savepoint
569: SAVEPOINT Pre_process_update;
570:
571: -- Standard call to check for call compatibility.
572: IF NOT FND_API.Compatible_API_Call (l_api_version,
573: p_api_version,
574: l_api_name ,
575: G_PKG_NAME )

Line 888: -- Standard Start of API savepoint

884: and crog.incident_id = p_inc_id;
885:
886: BEGIN
887:
888: -- Standard Start of API savepoint
889: SAVEPOINT Post_process_update;
890:
891: -- Standard call to check for call compatibility.
892: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

887:
888: -- Standard Start of API savepoint
889: SAVEPOINT Post_process_update;
890:
891: -- Standard call to check for call compatibility.
892: IF NOT FND_API.Compatible_API_Call (l_api_version,
893: p_api_version,
894: l_api_name ,
895: G_PKG_NAME )

Line 1268: -- Standard Start of API savepoint

1264: AND cra.repair_group_id = p_rep_group_id );
1265:
1266: BEGIN
1267:
1268: -- Standard Start of API savepoint
1269: SAVEPOINT Group_Rma_Update;
1270:
1271: -- Standard call to check for call compatibility.
1272: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1267:
1268: -- Standard Start of API savepoint
1269: SAVEPOINT Group_Rma_Update;
1270:
1271: -- Standard call to check for call compatibility.
1272: IF NOT FND_API.Compatible_API_Call (l_api_version,
1273: p_api_version,
1274: l_api_name ,
1275: G_PKG_NAME )

Line 1688: -- Standard Start of API savepoint

1684: and mtlu.uom_code = dd.requested_quantity_uom;
1685:
1686: Begin
1687:
1688: -- Standard Start of API savepoint
1689: SAVEPOINT Group_ship_update;
1690:
1691: -- Standard call to check for call compatibility.
1692: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1687:
1688: -- Standard Start of API savepoint
1689: SAVEPOINT Group_ship_update;
1690:
1691: -- Standard call to check for call compatibility.
1692: IF NOT FND_API.Compatible_API_Call (l_api_version,
1693: p_api_version,
1694: l_api_name ,
1695: G_PKG_NAME )