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 245: /* Standard check of p_commit. */

241: END LOOP;
242:
243: END IF; --l_count > 0
244:
245: /* Standard check of p_commit. */
246: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
247: COMMIT WORK;
248: END IF;
249: -- Standard call to get message count and if count is 1, get message info.

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

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