DBA Data[Home] [Help]

APPS.EAM_ASSET_LOG_PUB dependencies on STANDARD

Line 66: /* Standard Start of API savepoint */

62: NVL(active_end_date, SYSDATE) AND
63: cii.last_vld_organization_id = mp.organization_id;
64:
65: BEGIN
66: /* Standard Start of API savepoint */
67: SAVEPOINT EAM_ASSET_LOG_PUB_SV;
68:
69: /* Standard call to check for call compatibility. */
70: IF NOT FND_API.Compatible_API_Call

Line 69: /* Standard call to check for call compatibility. */

65: BEGIN
66: /* Standard Start of API savepoint */
67: SAVEPOINT EAM_ASSET_LOG_PUB_SV;
68:
69: /* Standard call to check for call compatibility. */
70: IF NOT FND_API.Compatible_API_Call
71: ( l_api_version ,
72: p_api_version ,
73: l_api_name ,

Line 239: /* Standard check of p_commit. */

235: x_msg_count => x_msg_count,
236: x_msg_data => x_msg_data
237: );
238: END IF;
239: /* Standard check of p_commit. */
240:
241: /* For Multiple Record Situation*/
242:
243: END LOOP;

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

244:
245: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
246: COMMIT WORK;
247: END IF;
248: -- Standard call to get message count and if count is 1, get message info.
249: FND_MSG_PUB.GET
250: ( p_msg_index_out => x_msg_count ,
251: p_data => x_msg_data
252: );