DBA Data[Home] [Help]

APPS.ARRX_TX dependencies on FND_PROFILE

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

101: SELECT TO_NUMBER(NVL( REPLACE(SUBSTRB(USERENV('CLIENT_INFO'),45,10),' '),-99))
102: INTO l_client_info_rsob_id
103: FROM dual;
104:
105: fnd_profile.get('MRC_REPORTING_SOB_ID', l_profile_rsob_id);
106: IF (l_client_info_rsob_id = NVL(l_profile_rsob_id,-1)) OR
107: (l_client_info_rsob_id = -99)
108: THEN
109: var.ca_sob_type := 'P';

Line 242: /* bug2018415 replace fnd_profile call with arp_global.sysparam

238: --
239: -- Get Profile GL_SET_OF_BKS_ID
240: --
241: fa_rx_util_pkg.debug('GL_GET_PROFILE_BKS_ID');
242: /* bug2018415 replace fnd_profile call with arp_global.sysparam
243: fnd_profile.get(
244: name => 'GL_SET_OF_BKS_ID',
245: val => var.books_id);
246: */

Line 243: fnd_profile.get(

239: -- Get Profile GL_SET_OF_BKS_ID
240: --
241: fa_rx_util_pkg.debug('GL_GET_PROFILE_BKS_ID');
242: /* bug2018415 replace fnd_profile call with arp_global.sysparam
243: fnd_profile.get(
244: name => 'GL_SET_OF_BKS_ID',
245: val => var.books_id);
246: */
247: /*

Line 548: /* fnd_profile.get(

544: --
545: -- Get BILLING NUMBER Function
546: --
547: fa_rx_util_pkg.debug('AR_GET_BILLING_NUMBER');
548: /* fnd_profile.get(
549: name => 'AR_SHOW_BILLING_NUMBER',
550: val => var.bill_flag);
551: */
552: