DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on CSI_ITEM_INSTANCES

Line 4238: FROM csi_item_instances

4234: --Bug# 3569441 : Get install location type code
4235: CURSOR l_loc_type_csr(p_instance_id in number) is
4236: SELECT install_location_type_code,
4237: owner_party_id
4238: FROM csi_item_instances
4239: WHERE instance_id = p_instance_id;
4240:
4241: l_loc_type_rec l_loc_type_csr%ROWTYPE;
4242: