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 284: po_line_locations_all poll,

280: atc1.tax_recovery_rate,
281: pov.vendor_type_lookup_code
282: FROM po_headers_all poh,
283: po_distributions_all pod,
284: po_line_locations_all poll,
285: po_lines_all pol,
286: ap_tax_codes_all atc,
287: ar_tax_group_codes_all atg,
288: ap_tax_codes_all atc1,

Line 329: FROM po_line_locations_all poll,

325: lgr.chart_of_accounts_id,
326: atc1.tax_recovery_rule_id,
327: atc1.tax_recovery_rate,
328: pov.vendor_type_lookup_code
329: FROM po_line_locations_all poll,
330: po_distributions_all pod,
331: po_headers_all poh,
332: po_lines_all pol,
333: ap_tax_codes_all atc,

Line 560: po_line_locations_all poll,

556: and other_doc_event_class_code = 'PO_PA'
557: ) zxvalerr,
558: po_headers_all poh,
559: po_distributions_all pod,
560: po_line_locations_all poll,
561: po_lines_all pol,
562: ap_tax_codes_all atc,
563: ar_tax_group_codes_all atg,
564: ap_tax_codes_all atc1,

Line 610: po_line_locations_all poll,

606: where other_doc_application_id = 201
607: and other_doc_entity_code = 'RELEASE'
608: and other_doc_event_class_code = 'RELEASE'
609: ) zxvalerr,
610: po_line_locations_all poll,
611: po_headers_all poh,
612: po_distributions_all pod,
613: po_lines_all pol,
614: ap_tax_codes_all atc,