DBA Data[Home] [Help]

APPS.ARRX_C_COGS_REP_OUTER dependencies on FND_GLOBAL

Line 146: l_user_id := NVL(fnd_global.user_id, -1);

142: END IF;
143:
144: -- Populate mandatory parameters for request_id and user_id
145:
146: l_user_id := NVL(fnd_global.user_id, -1);
147: l_request_id := NVL(fnd_global.conc_request_id, -1);
148:
149: -- Assign parameters to local variables doing any necessary mappings
150: -- e.g. Date/Number conversions

Line 147: l_request_id := NVL(fnd_global.conc_request_id, -1);

143:
144: -- Populate mandatory parameters for request_id and user_id
145:
146: l_user_id := NVL(fnd_global.user_id, -1);
147: l_request_id := NVL(fnd_global.conc_request_id, -1);
148:
149: -- Assign parameters to local variables doing any necessary mappings
150: -- e.g. Date/Number conversions
151:

Line 343: l_user_id := NVL(fnd_global.user_id, -1);

339: END IF;
340:
341: -- Populate mandatory parameters for request_id and user_id
342:
343: l_user_id := NVL(fnd_global.user_id, -1);
344: l_request_id := NVL(fnd_global.conc_request_id, -1);
345:
346: -- Assign parameters to local variables doing any necessary mappings
347: -- e.g. Date/Number conversions

Line 344: l_request_id := NVL(fnd_global.conc_request_id, -1);

340:
341: -- Populate mandatory parameters for request_id and user_id
342:
343: l_user_id := NVL(fnd_global.user_id, -1);
344: l_request_id := NVL(fnd_global.conc_request_id, -1);
345:
346: -- Assign parameters to local variables doing any necessary mappings
347: -- e.g. Date/Number conversions
348: