DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on CSI_ITEM_INSTANCES

Line 132: from csi_item_instances

128: -- Cursor to get owner
129: Cursor c_get_ib_owner ( p_inventory_item_id in number,p_serial_number in varchar2) is
130: Select owner_party_id,
131: owner_party_account_id
132: from csi_item_instances
133: where inventory_item_id = p_inventory_item_id
134: and serial_number = p_serial_number;
135:
136: -- Cursor to get Warning Reason Desc