DBA Data[Home] [Help]

APPS.PA_ONESTEP_STREAMLINE_PKG dependencies on FND_GLOBAL

Line 239: v_user_id := fnd_global.user_id;

235: pa_debug.write_file('LOG',pa_debug.g_err_stage);
236:
237: pa_debug.g_err_stage := 'Current Acct Date is '||acct_date;
238: pa_debug.write_file('LOG',pa_debug.g_err_stage);
239: v_user_id := fnd_global.user_id;
240: v_application_id := fnd_global.resp_appl_id;
241:
242: /* added for bug 2816916 */
243: l_request_id := FND_GLOBAL.CONC_REQUEST_ID();

Line 240: v_application_id := fnd_global.resp_appl_id;

236:
237: pa_debug.g_err_stage := 'Current Acct Date is '||acct_date;
238: pa_debug.write_file('LOG',pa_debug.g_err_stage);
239: v_user_id := fnd_global.user_id;
240: v_application_id := fnd_global.resp_appl_id;
241:
242: /* added for bug 2816916 */
243: l_request_id := FND_GLOBAL.CONC_REQUEST_ID();
244: l_result_print := FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(l_request_id,l_number_of_copies, l_print_style,l_printer, l_save_output_flag);

Line 243: l_request_id := FND_GLOBAL.CONC_REQUEST_ID();

239: v_user_id := fnd_global.user_id;
240: v_application_id := fnd_global.resp_appl_id;
241:
242: /* added for bug 2816916 */
243: l_request_id := FND_GLOBAL.CONC_REQUEST_ID();
244: l_result_print := FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(l_request_id,l_number_of_copies, l_print_style,l_printer, l_save_output_flag);
245:
246: IF upper(l_save_output_flag) = 'N' THEN
247: l_save_op_flag_bool := FALSE;

Line 260: v_responsibility_id := fnd_global.resp_id;

256: INTO v_psob_id, v_org_id
257: FROM pa_implementations;
258:
259: -- Get Primary Responsibility ID
260: v_responsibility_id := fnd_global.resp_id;
261: -- Get Sleep Interval
262: v_sleep_interval :=
263: nvl(3*to_number(fnd_profile.value('PA_STRMLN_SLEEP_INTERVAL')), 180);
264: