DBA Data[Home] [Help]

APPS.PJM_SCHED_INT_WF dependencies on PO_HEADERS_SV3

Line 703: , PO_HEADERS_SV3.GET_PO_STATUS(ph.po_header_id) status

699:
700: cursor cu_po is
701: select 'PO' document_type
702: , ph.segment1 po_number
703: , PO_HEADERS_SV3.GET_PO_STATUS(ph.po_header_id) status
704: , hou.name ship_to_location
705: , mif.item_number item_number
706: , mif.description description
707: , pd.quantity_ordered ordered_quantity

Line 801: , PO_HEADERS_SV3.GET_PO_STATUS(ph.po_header_id) status

797:
798: cursor cu_po_release is
799: select 'BLANKET_RELEASE' document_type
800: , ph.segment1 po_number
801: , PO_HEADERS_SV3.GET_PO_STATUS(ph.po_header_id) status
802: , hou.name ship_to_location
803: , pr.release_num release_number
804: , mif.item_number item_number
805: , mif.description description