DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_VAT_ACCNT_PKG dependencies on JAI_PA_DRAFT_INVOICES

Line 267: jai_pa_draft_invoices jpdi ,

263: sum(jcdt.func_tax_amt) func_tax_amount ,
264: max(jpdi.last_update_date) creation_date ,
265: jcdt.tax_type tax_type
266: FROM
267: jai_pa_draft_invoices jpdi ,
268: jai_pa_draft_invoice_lines jpdil ,
269: jai_cmn_document_taxes jcdt ,
270: (
271: SELECT jrttv1.tax_type tax_type

Line 466: lv_source_table_name := jai_pa_billing_pkg.gv_draft_invoice_table; -- 'JAI_PA_DRAFT_INVOICES';

462:
463: elsif p_source = jai_pa_billing_pkg.gv_source_projects then
464: record_debug_messages ('6 Projects Draft Invoice PROCESSING');
465: lv_source_trx_type := jai_pa_billing_pkg.gv_trx_type_draft_invoice; -- 'DRAFT_INVOICE';
466: lv_source_table_name := jai_pa_billing_pkg.gv_draft_invoice_table; -- 'JAI_PA_DRAFT_INVOICES';
467: lv_called_from := p_called_from;
468: lv_attribute_context := jai_pa_billing_pkg.gv_draft_invoice_release; -- 'DRAFT_INVOICE_RELEASE';
469:
470: end if;