DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_VALIDATE_PVT dependencies on STANDARD

Line 106: -- Standard Start of API savepoint

102: AND WSR.TOP_LEVEL_OBJECT_TYPE_ID = topLvlObjType
103: AND WDJ2.STATUS_TYPE = nvl(l_status_check,WDJ2.STATUS_TYPE);
104:
105: BEGIN
106: -- Standard Start of API savepoint
107: SAVEPOINT EAM_WO_NETWORK_VALIDATE_PVT;
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
110: p_api_version ,

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

104:
105: BEGIN
106: -- Standard Start of API savepoint
107: SAVEPOINT EAM_WO_NETWORK_VALIDATE_PVT;
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
110: p_api_version ,
111: l_api_name ,
112: G_PKG_NAME )

Line 555: -- Standard check of p_commit.

551: AND EWR.RELATIONSHIP_STATUS <> 3;
552:
553:
554: -- End of API body.
555: -- Standard check of p_commit.
556: IF FND_API.To_Boolean( p_commit ) THEN
557: --dbms_output.put_line('committing');
558: COMMIT WORK;
559: END IF;

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

556: IF FND_API.To_Boolean( p_commit ) THEN
557: --dbms_output.put_line('committing');
558: COMMIT WORK;
559: END IF;
560: -- Standard call to get message count and if count is 1, get message info.
561: x_msg_count := FND_MSG_PUB.Count_Msg;
562: x_wo_relationship_exc_tbl := l_wo_relationship_exc_tbl;
563:
564: EXCEPTION

Line 686: -- Standard Start of API savepoint

682: AND WSR.RELATIONSHIP_TYPE = 1;
683:
684:
685: BEGIN
686: -- Standard Start of API savepoint
687:
688: -- Standard call to check for call compatibility.
689: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
690: p_api_version ,

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

684:
685: BEGIN
686: -- Standard Start of API savepoint
687:
688: -- Standard call to check for call compatibility.
689: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
690: p_api_version ,
691: l_api_name ,
692: G_PKG_NAME )

Line 834: -- Standard check of p_commit.

830:
831: END LOOP;
832:
833: -- End of API body.
834: -- Standard check of p_commit.
835: IF FND_API.To_Boolean( p_commit ) THEN
836: --dbms_output.put_line('committing');
837: COMMIT WORK;
838: END IF;

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

835: IF FND_API.To_Boolean( p_commit ) THEN
836: --dbms_output.put_line('committing');
837: COMMIT WORK;
838: END IF;
839: -- Standard call to get message count and if count is 1, get message info.
840: FND_MSG_PUB.Count_And_Get
841: ( p_count => x_msg_count ,
842: p_data => x_msg_data
843: );