DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on PO_DISTRIBUTIONS_AP_V

Line 927: FROM po_distributions_ap_v

923: --Bugfix:5395955
924: IF (p_po_dist_id IS NOT NULL) THEN
925: SELECT code_combination_id
926: INTO p_po_ccid
927: FROM po_distributions_ap_v
928: WHERE po_distribution_id = p_po_dist_id;
929: END IF;
930:
931: Exception