DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on PO_DISTRIBUTIONS_AP_V

Line 856: FROM po_distributions_ap_v

852: --Bugfix:5395955
853: IF (p_po_dist_id IS NOT NULL) THEN
854: SELECT code_combination_id
855: INTO p_po_ccid
856: FROM po_distributions_ap_v
857: WHERE po_distribution_id = p_po_dist_id;
858: END IF;
859:
860: Exception