DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_DRAFT_PKG dependencies on PO_DISTRIBUTIONS_DRAFT_PVT

Line 110: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist

106: PO_LOG.proc_begin(d_module);
107: END IF;
108:
109: x_record_already_exist_tbl :=
110: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist
111: ( p_draft_id_tbl => p_draft_id_tbl,
112: p_po_distribution_id_tbl => p_po_distribution_id_tbl
113: );
114: