DBA Data[Home] [Help]

APPS.QPR_COLLECT_TIME_DATA dependencies on FND_PROFILE

Line 350: fnd_profile.get('CONC_REQUEST_ID', request_id);

346: l_count_cal number;
347: l_gl_table varchar2(200);
348: c_check_cal_code SYS_REFCURSOR;
349: begin
350: fnd_profile.get('CONC_REQUEST_ID', request_id);
351:
352: -- Note: the date inputs are mandatory if not null condition needs to be
353: -- handled
354: date_from := FND_DATE.canonical_to_date(p_date_from);