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 poll.po_line_id = pol.po_line_id
205: AND pod.line_location_id = poll.line_location_id

Line 530: ,mtl_categories_kfv mca

526: FROM po_distributions pod -- Using single org view PO_DISTRIBUTIONS to support MOAC
527: ,po_line_locations_all poll
528: ,po_lines_all pol
529: ,po_headers_all poh
530: ,mtl_categories_kfv mca
531: ,mtl_default_sets_view mds
532: WHERE pol.po_header_id = poh.po_header_id
533: AND poll.po_line_id = pol.po_line_id
534: AND pod.line_location_id = poll.line_location_id

Line 609: ,mtl_categories_kfv mca

605: FROM po_distributions pod -- Using single org view PO_DISTRIBUTIONS to support MOAC
606: ,po_line_locations_all poll
607: ,po_lines_all pol
608: ,po_headers_all poh
609: ,mtl_categories_kfv mca
610: ,mtl_default_sets_view mds
611: WHERE pol.po_header_id = poh.po_header_id
612: AND poll.po_line_id = pol.po_line_id
613: AND pod.line_location_id = poll.line_location_id