DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on STANDARD

Line 2240: -- Standard Start of API savepoint

2236: AND (( ACTIVE_END_DATE IS NULL) OR (ACTIVE_END_DATE >= SYSDATE)) ;
2237:
2238: BEGIN
2239:
2240: -- Standard Start of API savepoint
2241: -- SAVEPOINT Transfer_Party_Rules;
2242:
2243: -- Standard call to check for call compatibility.
2244: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

2239:
2240: -- Standard Start of API savepoint
2241: -- SAVEPOINT Transfer_Party_Rules;
2242:
2243: -- Standard call to check for call compatibility.
2244: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2245: p_api_version ,
2246: l_api_name ,
2247: g_pkg_name )

Line 2341: -- Standard check of p_commit.

2337: END IF;
2338:
2339: -- End of API body
2340:
2341: -- Standard check of p_commit.
2342: IF FND_API.To_Boolean( p_commit ) THEN
2343: COMMIT WORK;
2344: END IF;
2345:

Line 2347: -- Standard call to get message count and if count is get message info.

2343: COMMIT WORK;
2344: END IF;
2345:
2346:
2347: -- Standard call to get message count and if count is get message info.
2348: FND_MSG_PUB.Count_And_Get
2349: (p_count => x_msg_count ,
2350: p_data => x_msg_data );
2351: