DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CSI_ITEM_INSTANCES

Line 491: from csi_item_instances

487: where party_id = p_party_id;
488:
489: cursor get_ib_serial_tag_csr(p_instance_id number) is
490: select serial_number, external_reference
491: from csi_item_instances
492: where instance_id = p_instance_id;
493:
494: l_call_id NUMBER;
495: x_interaction_id NUMBER;