DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_MAINPROC_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 183: FROM po_distributions_all pod,

179: BULK COLLECT
180: INTO po_dist_id_tbl ,
181: draft_id_tbl ,
182: delete_flag_tbl
183: FROM po_distributions_all pod,
184: TABLE(po_line_loc_id_tbl) pll
185: WHERE pod.line_location_id = pll.column_value
186: AND NOT EXISTS
187: (SELECT 'Y'