DBA Data[Home] [Help]

APPS.FV_STATUS_OF_OBLIGATIONS dependencies on PO_LINE_LOCATIONS

Line 298: po_line_locations poll,

294: v_po_distribution_id
295:
296: from po_headers poh,
297: po_lines pol,
298: po_line_locations poll,
299: po_distributions pod,
300: gl_code_combinations glcc
301:
302: where poh.approved_flag = 'Y'

Line 537: po_line_locations poll,

533: pod.req_distribution_id,
534: pod.po_distribution_id' || v_val_string ||
535: ' from po_headers poh,
536: po_lines pol,
537: po_line_locations poll,
538: po_distributions pod,
539: gl_code_combinations glcc
540: where
541: NOT EXISTS( Select 1