DBA Data[Home] [Help]

APPS.CST_PERENDACCRUALS_PVT dependencies on MTL_CATEGORIES_KFV

Line 201: mtl_categories_kfv mca,

197: po_line_locations_all poll,
198: po_lines_all pol,
199: po_headers_all poh,
200: po_vendors pov,
201: mtl_categories_kfv mca,
202: mtl_default_sets_view mds
203: WHERE pol.po_header_id = poh.po_header_id
204: AND poh.pcard_id IS NULL
205: AND poll.po_line_id = pol.po_line_id

Line 542: ,mtl_categories_kfv mca

538: FROM po_distributions pod -- Using single org view PO_DISTRIBUTIONS to support MOAC
539: ,po_line_locations_all poll
540: ,po_lines_all pol
541: ,po_headers_all poh
542: ,mtl_categories_kfv mca
543: ,mtl_default_sets_view mds
544: WHERE pol.po_header_id = poh.po_header_id
545: AND poh.pcard_id IS NULL
546: AND poll.po_line_id = pol.po_line_id

Line 624: ,mtl_categories_kfv mca

620: FROM po_distributions pod -- Using single org view PO_DISTRIBUTIONS to support MOAC
621: ,po_line_locations_all poll
622: ,po_lines_all pol
623: ,po_headers_all poh
624: ,mtl_categories_kfv mca
625: ,mtl_default_sets_view mds
626: WHERE pol.po_header_id = poh.po_header_id
627: AND poh.pcard_id IS NULL
628: AND poll.po_line_id = pol.po_line_id