DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIERS dependencies on MTL_RELATED_ITEMS_ALL_V

Line 979: from mtl_related_items_all_v

975: /* Validating Inventory Item Id, Organization Id, Related Item Id and Relationship Type */
976:
977: select 'X'
978: into l_dummy_3
979: from mtl_related_items_all_v
980: where inventory_item_id = p_MODIFIERS_rec.inventory_item_id
981: and organization_id = p_MODIFIERS_rec.organization_id
982: and related_item_id = p_MODIFIERS_rec.related_item_id
983: and relationship_type_id = 14;