DBA Data[Home] [Help]

APPS.GL_CALCULATE_TAX2_PKG dependencies on GL_JE_LINES_S

Line 430: SELECT gl_je_lines_s.nextval

426: APP_EXCEPTION.Raise_Exception;
427: END IF;
428:
429: -- Get the tax group
430: SELECT gl_je_lines_s.nextval
431: INTO tax_group
432: FROM sys.dual;
433:
434: -- Get the correct tax ccid

Line 548: SELECT gl_je_lines_s.nextval

544: APP_EXCEPTION.Raise_Exception;
545: END IF;
546:
547: -- Get a group id for the next set
548: SELECT gl_je_lines_s.nextval
549: INTO next_tax_group
550: FROM sys.dual;
551:
552: -- Get the correct tax ccid for the next set