DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CSI_ITEM_INSTANCES

Line 515: from csi_item_instances

511: where party_id = p_party_id;
512:
513: cursor get_ib_serial_tag_csr(p_instance_id number) is
514: select serial_number, external_reference
515: from csi_item_instances
516: where instance_id = p_instance_id;
517:
518: l_call_id NUMBER;
519: x_interaction_id NUMBER;