DBA Data[Home] [Help]

APPS.FV_GTAS_GL_PKG dependencies on PO_HEADERS_ALL

Line 1653: po_headers_all poh

1649: xla_ae_lines xl ,
1650: xla_ae_headers xh ,
1651: xla_distribution_links xd,
1652: rcv_receiving_sub_ledger rc,
1653: po_headers_all poh
1654: WHERE gli.je_batch_id = p_je_batch_id
1655: AND gli.je_header_id = p_je_header_id
1656: AND gli.je_line_num = p_je_line_num
1657: AND xl.gl_sl_link_id = gli.gl_sl_link_id

Line 2091: po_headers_all ph

2087: p_party_info_tab(i).agency_id,
2088: p_party_info_tab(i).doc_num
2089: FROM rcv_transactions rt,
2090: ap_suppliers v ,
2091: po_headers_all ph
2092: WHERE rt.po_header_id = to_number(p_reference2)
2093: AND rt.transaction_id = to_number(p_reference5)
2094: AND rt.po_header_id = ph.po_header_id
2095: AND v.vendor_id = ph.vendor_id;

Line 2110: po_headers_all poh

2106: p_party_info_tab(i).fed_nonfed_code ,
2107: p_party_info_tab(i).agency_id,
2108: p_party_info_tab(i).doc_num
2109: FROM ap_suppliers v,
2110: po_headers_all poh
2111: WHERE poh.po_header_id = to_number(p_reference2)
2112: AND v.vendor_id = poh.vendor_id;
2113:
2114: ELSIF p_je_source = 'Receivables' THEN