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 582: -- Standard check of p_commit.

578:
579: --fix for 7943516
580:
581: -- End of API body.
582: -- Standard check of p_commit.
583: IF FND_API.To_Boolean( p_commit ) THEN
584: --dbms_output.put_line('committing');
585: COMMIT WORK;
586: END IF;

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

583: IF FND_API.To_Boolean( p_commit ) THEN
584: --dbms_output.put_line('committing');
585: COMMIT WORK;
586: END IF;
587: -- Standard call to get message count and if count is 1, get message info.
588: x_msg_count := FND_MSG_PUB.Count_Msg;
589: x_wo_relationship_exc_tbl := l_wo_relationship_exc_tbl;
590:
591: EXCEPTION

Line 713: -- Standard Start of API savepoint

709: AND WSR.RELATIONSHIP_TYPE = 1;
710:
711:
712: BEGIN
713: -- Standard Start of API savepoint
714:
715: -- Standard call to check for call compatibility.
716: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
717: p_api_version ,

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

711:
712: BEGIN
713: -- Standard Start of API savepoint
714:
715: -- Standard call to check for call compatibility.
716: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
717: p_api_version ,
718: l_api_name ,
719: G_PKG_NAME )

Line 850: -- Standard check of p_commit.

846:
847: END LOOP;
848:
849: -- End of API body.
850: -- Standard check of p_commit.
851: IF FND_API.To_Boolean( p_commit ) THEN
852: --dbms_output.put_line('committing');
853: COMMIT WORK;
854: END IF;

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

851: IF FND_API.To_Boolean( p_commit ) THEN
852: --dbms_output.put_line('committing');
853: COMMIT WORK;
854: END IF;
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: );