DBA Data[Home] [Help]

APPS.GL_CALCULATE_TAX2_PKG dependencies on DUAL

Line 432: FROM sys.dual;

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
435: get_tax_ccid(coa_id => coa_id,
436: tax_code => tax_code,

Line 550: FROM sys.dual;

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
553: get_tax_ccid(coa_id => coa_id,
554: tax_code => next_tax_code,