DBA Data[Home] [Help]

APPS.CSTPECEP dependencies on STANDARD

Line 579: -- Standard Start of API savepoint

575:
576:
577: BEGIN
578:
579: -- Standard Start of API savepoint
580: SAVEPOINT Estimate_WorkOrder_GRP;
581:
582: l_stmt_num := 5;
583:

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

580: SAVEPOINT Estimate_WorkOrder_GRP;
581:
582: l_stmt_num := 5;
583:
584: -- Standard call to check for call compatibility
585: IF NOT FND_API.Compatible_API_Call( l_api_version,
586: p_api_version,
587: l_api_name,
588: G_PKG_NAME) THEN

Line 746: --- Standard check of p_commit

742: last_estimation_req_id = l_request_id,
743: last_update_date = SYSDATE
744: WHERE wdj.wip_entity_id = l_entity_id_tab(1);
745:
746: --- Standard check of p_commit
747: IF FND_API.to_Boolean(p_commit) THEN
748: COMMIT WORK;
749: END IF;
750:

Line 751: -- Standard Call to get message count and if count = 1, get message info

747: IF FND_API.to_Boolean(p_commit) THEN
748: COMMIT WORK;
749: END IF;
750:
751: -- Standard Call to get message count and if count = 1, get message info
752: FND_MSG_PUB.Count_And_Get (
753: p_count => x_msg_count,
754: p_data => x_msg_data );
755:

Line 767: --- Standard check of p_commit

763: last_estimation_date = SYSDATE,
764: last_estimation_req_id = l_request_id
765: WHERE wip_entity_id = l_entity_id_tab(1);
766:
767: --- Standard check of p_commit
768: IF FND_API.to_Boolean(p_commit) THEN
769: COMMIT WORK;
770: END IF;
771:

Line 790: --- Standard check of p_commit

786: last_estimation_date = SYSDATE,
787: last_estimation_req_id = l_request_id
788: WHERE wip_entity_id = l_entity_id_tab(1);
789:
790: --- Standard check of p_commit
791: IF FND_API.to_Boolean(p_commit) THEN
792: COMMIT WORK;
793: END IF;
794:

Line 815: --- Standard check of p_commit

811: last_estimation_date = SYSDATE,
812: last_estimation_req_id = l_request_id
813: WHERE wip_entity_id = l_entity_id_tab(1);
814:
815: --- Standard check of p_commit
816: IF FND_API.to_Boolean(p_commit) THEN
817: COMMIT WORK;
818: END IF;
819: