DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_LINES_DRAFT_PKG

Line 436: PO_LINES_DRAFT_PKG.sync_draft_from_txn

432: d_position := 10;
433:
434: -- read from txn table to draft table; if there is already a draft change
435: -- in the draft table, the line won't be read
436: PO_LINES_DRAFT_PKG.sync_draft_from_txn
437: (
438: p_po_line_id_tbl => l_po_line_id_tbl,
439: p_draft_id_tbl => l_draft_id_tbl,
440: p_delete_flag_tbl => l_delete_flag_tbl,