DBA Data[Home] [Help]

APPS.GMIVLDX dependencies on STANDARD

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

85: END IF;
86:
87: SAVEPOINT create_lot_in_opm;
88:
89: -- Standard call to check for call compatibility.
90: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
91: p_api_version ,
92: l_api_name ,
93: G_PKG_NAME ) THEN

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

200: IF FND_API.to_boolean(p_init_msg_list) THEN
201: FND_MSG_PUB.Initialize;
202: END IF;
203:
204: -- Standard call to check for call compatibility.
205: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
206: p_api_version ,
207: l_api_name ,
208: G_PKG_NAME ) THEN