DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_UTILS_PUB dependencies on PA_DELIVERABLE_UTILS

Line 739: PA_DELIVERABLE_UTILS.IS_DLVR_ITEM_BASED(p_target_deliverable_id) Item_Based_YN

735:
736: CURSOR c IS
737: SELECT deliverable_id, currency_code, inventory_org_id,
738: unit_price, uom_code, quantity,
739: PA_DELIVERABLE_UTILS.IS_DLVR_ITEM_BASED(p_target_deliverable_id) Item_Based_YN
740: FROM oke_deliverables_b
741: WHERE source_code = 'PA'
742: AND source_header_id = p_target_project_id
743: AND source_deliverable_id = p_target_deliverable_id;