DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on PA_DRAFT_INVOICES_ALL

Line 6414: ln_project_id pa_draft_invoices_all.project_id%type;

6410:
6411:
6412: ln_line_customer_trx_line_id ra_customer_trx_lines_all.customer_trx_line_id%type;
6413:
6414: ln_project_id pa_draft_invoices_all.project_id%type;
6415: ln_draft_invoice_num pa_draft_invoices_all.draft_invoice_num%type;
6416: ln_line_num pa_draft_invoice_items.line_num%type;
6417: ln_line_amount number;
6418: ln_tax_amount number;

Line 6415: ln_draft_invoice_num pa_draft_invoices_all.draft_invoice_num%type;

6411:
6412: ln_line_customer_trx_line_id ra_customer_trx_lines_all.customer_trx_line_id%type;
6413:
6414: ln_project_id pa_draft_invoices_all.project_id%type;
6415: ln_draft_invoice_num pa_draft_invoices_all.draft_invoice_num%type;
6416: ln_line_num pa_draft_invoice_items.line_num%type;
6417: ln_line_amount number;
6418: ln_tax_amount number;
6419: ln_func_tax_amount number;