DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on PO_LINES_MERGE_V

Line 932: FROM po_lines_merge_v -- Replaced po_lines_all

928: d_pos := 40;
929: --get the itme_id for the consumption transaction existence check
930: SELECT item_id
931: INTO l_item_id
932: FROM po_lines_merge_v -- Replaced po_lines_all
933: WHERE po_line_id = p_doc_level_id
934: AND draft_id = p_draft_id;
935:
936: IF (PO_LOG.d_stmt) THEN