DBA Data[Home] [Help]

APPS.XLA_CREATE_ACCT_RPT_PVT dependencies on FND_PROFILE

Line 104: SELECT fnd_profile.value('USER_ID') INTO p_user_id FROM dual;

100: print_logfile(to_char(sysdate,'DD-MON-YYYY HH24:MI:SS')||
101: ' - Beginning of the Report');
102: -- Get the user id
103:
104: SELECT fnd_profile.value('USER_ID') INTO p_user_id FROM dual;
105: --
106: -- Get the Request id of the concurrent program
107: --
108: IF (C_LEVEL_STATEMENT >= g_log_level) THEN