DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on PO_LINES_ALL

Line 1306: po_lines_all pol

1302: pod.gl_encumbered_date,
1303: pod.gl_encumbered_period_name
1304: FROM po_distributions_all pod,
1305: po_line_locations_all poll,
1306: po_lines_all pol
1307: WHERE DECODE(poll.accrue_on_receipt_flag,
1308: 'N',
1309: NVL(pod.quantity_ordered,0) - GREATEST(NVL(pod.quantity_billed,0),
1310: NVL(pod.unencumbered_quantity,0)),