DBA Data[Home] [Help]

APPS.CSTPECEP dependencies on STANDARD

Line 580: -- Standard Start of API savepoint

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

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

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

Line 753: --- Standard check of p_commit

749: WHERE wdj.wip_entity_id = l_entity_id_tab(1);
750:
751: END IF; -- p_delete_only check
752:
753: --- Standard check of p_commit
754: IF FND_API.to_Boolean(p_commit) THEN
755: COMMIT WORK;
756: END IF;
757:

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

754: IF FND_API.to_Boolean(p_commit) THEN
755: COMMIT WORK;
756: END IF;
757:
758: -- Standard Call to get message count and if count = 1, get message info
759: FND_MSG_PUB.Count_And_Get (
760: p_count => x_msg_count,
761: p_data => x_msg_data );
762:

Line 774: --- Standard check of p_commit

770: last_estimation_date = SYSDATE,
771: last_estimation_req_id = l_request_id
772: WHERE wip_entity_id = l_entity_id_tab(1);
773:
774: --- Standard check of p_commit
775: IF FND_API.to_Boolean(p_commit) THEN
776: COMMIT WORK;
777: END IF;
778:

Line 797: --- Standard check of p_commit

793: last_estimation_date = SYSDATE,
794: last_estimation_req_id = l_request_id
795: WHERE wip_entity_id = l_entity_id_tab(1);
796:
797: --- Standard check of p_commit
798: IF FND_API.to_Boolean(p_commit) THEN
799: COMMIT WORK;
800: END IF;
801:

Line 822: --- Standard check of p_commit

818: last_estimation_date = SYSDATE,
819: last_estimation_req_id = l_request_id
820: WHERE wip_entity_id = l_entity_id_tab(1);
821:
822: --- Standard check of p_commit
823: IF FND_API.to_Boolean(p_commit) THEN
824: COMMIT WORK;
825: END IF;
826: