DBA Data[Home] [Help]

APPS.ARRX_RC_UNAPP dependencies on FND_PROFILE

Line 113: fnd_profile.get('MRC_REPORTING_SOB_ID', l_profile_rsob_id);

109: select to_number(nvl(replace(substr(userenv('CLIENT_INFO'),45,10),' '),-99))
110: into l_client_info_rsob_id
111: from dual;
112:
113: fnd_profile.get('MRC_REPORTING_SOB_ID', l_profile_rsob_id);
114: IF (l_client_info_rsob_id = NVL(l_profile_rsob_id,-1)) OR
115: (l_client_info_rsob_id = -99)
116: THEN
117: fa_rx_util_pkg.debug('Setting the sob type to P');