DBA Data[Home] [Help]

APPS.CST_PERENDACCRUALS_PVT dependencies on MTL_DEFAULT_SETS_VIEW

Line 202: mtl_default_sets_view mds

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
206: AND poh.type_lookup_code IN ('STANDARD', 'BLANKET', 'PLANNED')

Line 531: ,mtl_default_sets_view mds

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
535: AND poh.type_lookup_code IN ('STANDARD', 'BLANKET', 'PLANNED')

Line 610: ,mtl_default_sets_view mds

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
614: AND poh.type_lookup_code IN ('STANDARD', 'BLANKET', 'PLANNED')