DBA Data[Home] [Help]

APPS.IGIRCBJP dependencies on FND_PROFILE

Line 2623: FND_PROFILE.GET ('CONC_REQUEST_ID', l_report.ReqId);

2619: l_Report.AccountSegmentTo := p_AccountSegmentTo;
2620: --
2621: -- Get the report request ID
2622: --
2623: FND_PROFILE.GET ('CONC_REQUEST_ID', l_report.ReqId);
2624: if l_report.ReqId IS NULL -- Not run through conc manager
2625: THEN l_report.ReqId := 0;
2626: end if;
2627: