DBA Data[Home] [Help]

APPS.ARRX_C_BSS dependencies on FND_PROFILE

Line 120: fnd_profile.get('USER_ID', l_user_id);

116: BEGIN
117:
118: -- Populate mandatory parameters for request_id and user_id
119: l_request_id := fnd_global.conc_request_id;
120: fnd_profile.get('USER_ID', l_user_id);
121:
122: -- Assign parameters to local variables doing any necessary mappings
123: -- e.g. Date/Number conversions
124: l_reporting_level := argument1;