DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on AP_SELF_ASSESSED_TAX_DIST_ALL

Line 179: ap_self_assessed_tax_dist_all sat,

175: mtlsi.asset_category_id
176: INTO
177: asset_category_id
178: FROM
179: ap_self_assessed_tax_dist_all sat,
180: po_distributions pod,
181: po_lines pol,
182: financials_system_parameters fsp,
183: mtl_system_items mtlsi

Line 1521: ap_self_assessed_tax_dist_all sat,

1517: x_invoice_created_by,
1518: x_invoice_updated_by,
1519: x_payables_batch_name
1520: FROM ap_invoices_all API ,
1521: ap_self_assessed_tax_dist_all sat,
1522: ap_batches_all APB ,
1523: po_vendors POV ,
1524: po_headers_all POH ,
1525: po_distributions_all POD

Line 2290: FROM ap_self_assessed_tax_dist_all sat

2286: If curr_doc_distribution_type='SELF_ASSESSED_TAX' then
2287:
2288: SELECT NVL(sat.po_distribution_id,-99)
2289: INTO curr_inv_pod
2290: FROM ap_self_assessed_tax_dist_all sat
2291: WHERE sat.invoice_distribution_id = cdlrec.document_distribution_id;
2292:
2293: else
2294: