DBA Data[Home] [Help]

APPS.EAM_ASSETATTR_VALUE_PUB dependencies on MTL_EAM_ASSET_ATTR_GROUPS

Line 203: from mtl_eam_asset_attr_groups

199: is
200: l_count number;
201: begin
202: select count(*) into l_count
203: from mtl_eam_asset_attr_groups
204: where association_id = p_association_id and
205: /* removing this as creation_organization_id is not used */
206: /* decode(p_eam_item_type,1,creation_organization_id,1) = decode(p_eam_item_type,1,p_creation_organization_id,1) and */
207: inventory_item_id = p_inventory_item_id