DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on AP_BATCHES

Line 1522: ap_batches_all APB ,

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
1526: /* Added _all for bug 9253946 */

Line 1557: ap_batches_all APB ,

1553: x_invoice_updated_by,
1554: x_payables_batch_name
1555: FROM ap_invoices_all API ,
1556: ap_invoice_distributions_all APID,
1557: ap_batches_all APB ,
1558: po_vendors POV ,
1559: po_headers_all POH ,
1560: po_distributions_all POD
1561: /* Added _all for bug 9253946 */

Line 2144: curr_payables_batch_name ap_batches.batch_name%TYPE;

2140: curr_invoice_updated_by ap_invoices.last_updated_by%TYPE;
2141: /*curr_invoice_id ap_invoices.invoice_id%TYPE;*/ -- bug7428263
2142: curr_ref2 pa_expenditure_items.document_header_id%TYPE; -- bug7428263
2143: curr_transaction_source pa_expenditure_items.transaction_source%TYPE; -- bug7428263
2144: curr_payables_batch_name ap_batches.batch_name%TYPE;
2145: curr_ap_dist_line_number ap_invoice_distributions.distribution_line_number%TYPE;
2146: curr_ref3 pa_expenditure_items.document_distribution_id%TYPE;-- bug7428263
2147: curr_ref4 pa_expenditure_items.document_line_number%TYPE;-- bug7428263
2148: curr_inv_pod ap_invoice_distributions.po_distribution_id%TYPE; -- bug10429806

Line 2161: prev_payables_batch_name ap_batches.batch_name%TYPE;

2157: prev_invoice_created_by ap_invoices.created_by%TYPE;
2158: prev_invoice_updated_by ap_invoices.last_updated_by%TYPE;
2159: /*prev_invoice_id ap_invoices.invoice_id%TYPE;*/
2160: prev_ref2 ap_invoices.invoice_id%TYPE;
2161: prev_payables_batch_name ap_batches.batch_name%TYPE;
2162: prev_ap_dist_line_number ap_invoice_distributions.distribution_line_number%TYPE;
2163: prev_ref3 pa_expenditure_items.document_distribution_id%TYPE;-- bug7428263
2164: prev_ref4 pa_expenditure_items.document_line_number%TYPE;-- bug7428263
2165: prev_inv_pod ap_invoice_distributions.po_distribution_id%TYPE; -- bug10429806