DBA Data[Home] [Help]

APPS.GL_RX_TRIAL_BALANCE_PKG dependencies on FND_PROFILE

Line 64: FND_PROFILE.get('SQL_TRACE',debug_mode);

60: -- This program will be running in debug mode when the Utilities: Trace
61: -- Has been set to Yes.
62: -- We cannot use "additional parameter" approach since the RX does not support hidden parameters
63: --
64: FND_PROFILE.get('SQL_TRACE',debug_mode);
65: IF (debug_mode = 'Y') THEN
66: -- dbms_output.put_line('> RXGLTB.create_rows');
67: NULL;
68: END IF;