DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIERS dependencies on MTL_RELATED_ITEMS_ALL_V

Line 983: from mtl_related_items_all_v

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