DBA Data[Home] [Help]

APPS.PNRX_C_SPACE_ASSIGN_LOC dependencies on FND_GLOBAL

Line 112: l_request_id := fnd_global.conc_request_id;

108: l_request_id NUMBER;
109: l_user_id NUMBER;
110: BEGIN
111: -- Populate mandatory parameters for request_id and user_id
112: l_request_id := fnd_global.conc_request_id;
113: fnd_profile.get('USER_ID', l_user_id);
114: -- Call the inner report passing mandatory parameters (and optional parameters if any)
115: pnrx_sp_assign_by_loc.pn_space_assign_loc(
116: property_code_low =>argument1,