DBA Data[Home] [Help]

APPS.PO_LINES_DRAFT_PKG dependencies on PO_LINES_DRAFT_PVT

Line 112: PO_LINES_DRAFT_PVT.draft_changes_exist

108: PO_LOG.proc_begin(d_module);
109: END IF;
110:
111: x_record_already_exist_tbl :=
112: PO_LINES_DRAFT_PVT.draft_changes_exist
113: ( p_draft_id_tbl => p_draft_id_tbl,
114: p_po_line_id_tbl => p_po_line_id_tbl
115: );
116: