DBA Data[Home] [Help]

APPS.BIS_BIA_STATS dependencies on FND_GLOBAL

Line 38: l_request_id:=fnd_global.CONC_REQUEST_ID ;

34: l_root_request_id number;
35: l_stage_request_id number;
36: l_num_rows number;
37: begin
38: l_request_id:=fnd_global.CONC_REQUEST_ID ;
39: l_root_request_id:=FND_GLOBAL.CONC_PRIORITY_REQUEST;
40:
41: bis_collection_utilities.put_line('request id: '||l_request_id);
42:

Line 39: l_root_request_id:=FND_GLOBAL.CONC_PRIORITY_REQUEST;

35: l_stage_request_id number;
36: l_num_rows number;
37: begin
38: l_request_id:=fnd_global.CONC_REQUEST_ID ;
39: l_root_request_id:=FND_GLOBAL.CONC_PRIORITY_REQUEST;
40:
41: bis_collection_utilities.put_line('request id: '||l_request_id);
42:
43: begin