DBA Data[Home] [Help]

APPS.JG_RX_C_IR_PKG dependencies on FND_PROFILE

Line 157: h_reporting_entity_id := fnd_profile.value('DEFAULT_ORG_ID'); -- Get default OU ID.

153: h_reporting_level := argument1;
154: end if;
155:
156: if argument2 is null then
157: h_reporting_entity_id := fnd_profile.value('DEFAULT_ORG_ID'); -- Get default OU ID.
158: else
159: h_reporting_entity_id := to_number(argument2);
160: end if;
161:

Line 166: fnd_profile.get('LOGIN_ID',h_login_id);

162:
163:
164: /* Set request id and login id */
165: h_request_id := fnd_global.conc_request_id;
166: fnd_profile.get('LOGIN_ID',h_login_id);
167:
168: /* Set boolean parameter */
169: h_cancelled_inv := Upper(argument11) LIKE 'Y%';
170: h_unapproved_inv := Upper(argument12) LIKE 'Y%';

Line 396: h_reporting_entity_id := fnd_profile.value('DEFAULT_ORG_ID'); -- Get default OU ID.

392: h_reporting_level := argument1;
393: end if;
394:
395: if argument2 is null then
396: h_reporting_entity_id := fnd_profile.value('DEFAULT_ORG_ID'); -- Get default OU ID.
397: else
398: h_reporting_entity_id := to_number(argument2);
399: end if;
400:

Line 406: fnd_profile.get('LOGIN_ID',h_login_id);

402: fa_rx_util_pkg.debug('h_reporting_entity_id : ' ||h_reporting_entity_id);
403:
404: /* Set request id and login id */
405: h_request_id := fnd_global.conc_request_id;
406: fnd_profile.get('LOGIN_ID',h_login_id);
407:
408: /* Set other pramenters */
409: h_set_of_book_id := to_number(argument3);
410: h_chart_of_acct_id :=to_number(argument4);