DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on FND_PROFILE

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

1260:
1261: --
1262: -- Get the report request ID
1263: --
1264: FND_PROFILE.GET ('CONC_REQUEST_ID', l_report.ReqId);
1265: IF l_report.ReqId IS NULL -- Not run through conc manager
1266: THEN l_report.ReqId := 0;
1267: END IF;
1268: