DBA Data[Home] [Help]

APPS.PJM_BORROW_PAYBACK dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 616: from mtl_onhand_quantities_detail moq,

612:
613: BEGIN
614: select sum(moq.transaction_quantity)
615: into l_onhand_qty
616: from mtl_onhand_quantities_detail moq,
617: mtl_item_locations mil
618: where mil.project_id = l_from_project_id
619: and mil.task_id = l_from_task_id
620: and mil.subinventory_code = X_From_Subinventory