DBA Data[Home] [Help]

APPS.ZX_PO_REC_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 73: po_line_locations_all poll,

69: )
70: AND lgr.ledger_id = fsp.set_of_books_id
71: ) poh,
72: po_distributions_all pod,
73: po_line_locations_all poll,
74: po_lines_all pol,
75: ap_tax_codes_all atc,
76: ar_tax_group_codes_all atg,
77: ap_tax_codes_all atc1,

Line 280: po_line_locations_all poll,

276: atc1.tax_recovery_rate,
277: pov.vendor_type_lookup_code
278: FROM po_headers_all poh,
279: po_distributions_all pod,
280: po_line_locations_all poll,
281: po_lines_all pol,
282: ap_tax_codes_all atc,
283: ar_tax_group_codes_all atg,
284: ap_tax_codes_all atc1,

Line 325: FROM po_line_locations_all poll,

321: lgr.chart_of_accounts_id,
322: atc1.tax_recovery_rule_id,
323: atc1.tax_recovery_rate,
324: pov.vendor_type_lookup_code
325: FROM po_line_locations_all poll,
326: po_distributions_all pod,
327: po_headers_all poh,
328: po_lines_all pol,
329: ap_tax_codes_all atc,

Line 556: po_line_locations_all poll,

552: and other_doc_event_class_code = 'PO_PA'
553: ) zxvalerr,
554: po_headers_all poh,
555: po_distributions_all pod,
556: po_line_locations_all poll,
557: po_lines_all pol,
558: ap_tax_codes_all atc,
559: ar_tax_group_codes_all atg,
560: ap_tax_codes_all atc1,

Line 606: po_line_locations_all poll,

602: where other_doc_application_id = 201
603: and other_doc_entity_code = 'RELEASE'
604: and other_doc_event_class_code = 'RELEASE'
605: ) zxvalerr,
606: po_line_locations_all poll,
607: po_headers_all poh,
608: po_distributions_all pod,
609: po_lines_all pol,
610: ap_tax_codes_all atc,