DBA Data[Home] [Help]

APPS.ARRX_C_BRS dependencies on FND_GLOBAL

Line 137: l_request_id := fnd_global.conc_request_id;

133:
134: BEGIN
135:
136: -- Populate mandatory parameters for request_id and user_id
137: l_request_id := fnd_global.conc_request_id;
138: fnd_profile.get('USER_ID', l_user_id);
139:
140: -- Assign parameters to local variables doing any necessary mappings
141: -- e.g. Date/Number conversions