DBA Data[Home] [Help]

APPS.EAM_WORKORDER_UTIL_PKG dependencies on PO_LINES_ALL

Line 961: FROM po_lines_all pol,

957: pol.category_id ,
958: pd1.po_release_id,
959: pd1.amount_ordered,
960: pd1.amount_delivered
961: FROM po_lines_all pol,
962: po_distributions_all pd1
963: WHERE pol.po_line_id = pd1.po_line_id
964: )
965: pd

Line 1262: FROM po_lines_all pol,

1258: pol.category_id ,
1259: pd1.po_release_id,
1260: pd1.amount_ordered,
1261: pd1.amount_delivered
1262: FROM po_lines_all pol,
1263: po_distributions_all pd1
1264: WHERE pol.po_line_id = pd1.po_line_id
1265: )
1266: pd

Line 1572: FROM po_lines_all pol,

1568: pol.category_id ,
1569: pd1.po_release_id,
1570: pd1.amount_ordered,
1571: pd1.amount_delivered
1572: FROM po_lines_all pol,
1573: po_distributions_all pd1
1574: WHERE pol.po_line_id = pd1.po_line_id
1575: )
1576: pd