DBA Data[Home] [Help]

APPS.GMIVTDX dependencies on STANDARD

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

93: IF FND_API.to_boolean(p_init_msg_list) THEN
94: FND_MSG_PUB.Initialize;
95: END IF;
96:
97: -- Standard call to check for call compatibility.
98: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
99: p_api_version ,
100: l_api_name ,
101: G_PKG_NAME ) THEN

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

298: END IF;
299:
300: SAVEPOINT create_transaction_in_opm;
301:
302: -- Standard call to check for call compatibility.
303: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
304: p_api_version ,
305: l_api_name ,
306: G_PKG_NAME ) THEN

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

511: END IF;
512:
513: SAVEPOINT create_transaction_in_odm;
514:
515: -- Standard call to check for call compatibility.
516: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
517: p_api_version ,
518: l_api_name ,
519: G_PKG_NAME ) THEN