DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_LINES_DRAFT_PKG

Line 423: PO_LINES_DRAFT_PKG.sync_draft_from_txn

419: d_position := 10;
420:
421: -- read from txn table to draft table; if there is already a draft change
422: -- in the draft table, the line won't be read
423: PO_LINES_DRAFT_PKG.sync_draft_from_txn
424: (
425: p_po_line_id_tbl => l_po_line_id_tbl,
426: p_draft_id_tbl => l_draft_id_tbl,
427: p_delete_flag_tbl => l_delete_flag_tbl,