DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PO_LINES_ALL

Line 683: FROM po_lines_all pol ,

679: AND EXISTS
680: (
681: SELECT
682: NULL
683: FROM po_lines_all pol ,
684: po_line_types_b polt
685: WHERE pol.po_header_id = poh.po_header_id
686: AND NVL(pol.cancel_flag, 'N') <> 'Y'
687: AND pol.line_type_id = polt.line_type_id

Line 7474: ,hr_api_transaction_values ltv, po_lines_all po_lines

7470: ,hr_api_transaction_values gtv, per_grades_tl grade
7471: ,hr_api_transaction_values vtv, po_vendors vendor
7472: ,hr_api_transaction_values gltv, ben_pgm_f pgm
7473: ,hr_api_transaction_values htv, po_headers_all po_heads
7474: ,hr_api_transaction_values ltv, po_lines_all po_lines
7475: ,hr_api_transaction_values stv, po_vendor_sites_all vend_sits
7476: ,hr_api_transaction_values btv, hr_lookups hl_bargaining_unit
7477:
7478: where

Line 7573: FROM po_lines_all pol ,

7569: AND EXISTS
7570: (
7571: SELECT
7572: NULL
7573: FROM po_lines_all pol ,
7574: po_line_types_b polt
7575: WHERE pol.po_header_id = poh.po_header_id
7576: AND NVL(pol.cancel_flag, 'N') <> 'Y'
7577: AND pol.line_type_id = polt.line_type_id