DBA Data[Home] [Help]

APPS.EAM_ASSETATTR_GRP_PUB dependencies on STANDARD

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

74:
75:
76: BEGIN
77:
78: /* Standard Start of API savepoint */
79: SAVEPOINT INSERT_ASSETATTR_GRP_PUB;
80:
81: /* Standard call to check for call compatibility. */
82: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

77:
78: /* Standard Start of API savepoint */
79: SAVEPOINT INSERT_ASSETATTR_GRP_PUB;
80:
81: /* Standard call to check for call compatibility. */
82: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
83: p_api_version ,
84: l_api_name ,
85: G_PKG_NAME

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

239: P_ENABLED_FLAG ,
240: p_creation_organization_id
241: );
242:
243: /* Standard check of p_commit. */
244: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
245: COMMIT WORK;
246: END IF;
247: -- Standard call to get message count and if count is 1, get message info.

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

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

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

449: --raise_error('BAD INVENTORY_ITEM_ID');
450: raise_error('EAM_ABO_INVALID_INV_ITEM_ID');
451: end if;
452: */
453: /* Standard Start of API savepoint */
454:
455:
456: UPDATE MTL_EAM_ASSET_ATTR_GROUPS SET
457: APPLICATION_ID = P_APPLICATION_ID ,

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

468: and*/ inventory_item_id=p_inventory_item_id
469: and descriptive_flex_context_code=p_desc_flex_context_code;
470:
471:
472: /* Standard check of p_commit. */
473: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
474: COMMIT WORK;
475: END IF;
476: -- Standard call to get message count and if count is 1, get message info.

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

472: /* Standard check of p_commit. */
473: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
474: COMMIT WORK;
475: END IF;
476: -- Standard call to get message count and if count is 1, get message info.
477: FND_MSG_PUB.get
478: ( p_msg_index_out => x_msg_count ,
479: p_data => x_msg_data
480: );