DBA Data[Home] [Help]

APPS.JAI_PA_TAX_PKG dependencies on JAI_PA_DRAFT_INVOICE_LINES_S

Line 856: lv_service_type_code jai_pa_draft_invoice_lines.service_type_code%type;

852: -- credit memo changes
853: ----------------------------------------------------------------------------------------
854: ln_organization_id jai_pa_draft_invoices.organization_id%type;
855: ln_location_id jai_pa_draft_invoices.location_id%type;
856: lv_service_type_code jai_pa_draft_invoice_lines.service_type_code%type;
857: ln_parent_draft_invoice_id jai_pa_draft_invoice_lines.parent_draft_invoice_id%type;
858: ln_parent_tax_category_id jai_pa_draft_invoice_lines.tax_category_id%type;
859: ln_tax_category_id jai_pa_draft_invoice_lines.tax_category_id%type;
860: ----------------------------------------------------------------------------------------

Line 876: select jai_pa_draft_invoice_lines_s.nextval

872: from dual ;
873:
874: -- generate sequence for line id
875: cursor cur_draft_inv_line_seq is
876: select jai_pa_draft_invoice_lines_s.nextval
877: from dual ;
878:
879: --for credit memo invoice generation
880: -- this cursor find out organization id and location id from header table