DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on APPS_DDL

Line 631: APPS_DDL.apps_ddl('UPDATE gl_je_lines l '||

627: JG_UTILITY_PKG.debug('dev status = '||l_dev_status);
628: JG_UTILITY_PKG.debug('message = '||l_message);
629: IF l_dev_phase = 'COMPLETE' AND l_dev_status = 'NORMAL' THEN
630: BEGIN
631: APPS_DDL.apps_ddl('UPDATE gl_je_lines l '||
632: 'SET l.description = (SELECT h.description '||
633: 'FROM gl_je_headers h '||
634: 'WHERE h.je_header_id = l.je_header_id) '||
635: 'WHERE l.je_header_id IN (SELECT h.je_header_id '||

Line 743: -- APPS_DDL.apps_ddl('ALTER SESSION SET SQL_TRACE TRUE');

739: -- Determine whether to output debug messages to log file
740: --
741: IF (p_debug_flag = 'Y') THEN
742: JG_UTILITY_PKG.enable_debug;
743: -- APPS_DDL.apps_ddl('ALTER SESSION SET SQL_TRACE TRUE');
744: END IF;
745: --
746: -- Initialize the parameter globals
747: --