DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on STANDARD

Line 2244: -- Standard Start of API savepoint

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

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

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

Line 2345: -- Standard check of p_commit.

2341: END IF;
2342:
2343: -- End of API body
2344:
2345: -- Standard check of p_commit.
2346: IF FND_API.To_Boolean( p_commit ) THEN
2347: COMMIT WORK;
2348: END IF;
2349:

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

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