DBA Data[Home] [Help]

APPS.BIS_SUBMIT_REQUESTSET dependencies on FND_GLOBAL

Line 878: l_request_id_this:=fnd_global.CONC_REQUEST_ID;

874: l_request_id_this number;
875:
876: begin
877:
878: l_request_id_this:=fnd_global.CONC_REQUEST_ID;
879:
880: open request_set_id;
881: fetch request_set_id into l_request_set_id, l_req_set_app_id;
882: close request_set_id;

Line 1067: l_request_id_this:=fnd_global.CONC_REQUEST_ID;

1063: l_request_id_this number;
1064:
1065: begin
1066:
1067: l_request_id_this:=fnd_global.CONC_REQUEST_ID;
1068: BIS_COLLECTION_UTILITIES.put_line('root request id ' || p_request_id);
1069: BIS_COLLECTION_UTILITIES.put_line('request id of this program ' || l_request_id_this);
1070: l_request_id := p_request_id;
1071: if (l_request_id is null) then

Line 1072: l_request_id := FND_GLOBAL.CONC_PRIORITY_REQUEST;

1068: BIS_COLLECTION_UTILITIES.put_line('root request id ' || p_request_id);
1069: BIS_COLLECTION_UTILITIES.put_line('request id of this program ' || l_request_id_this);
1070: l_request_id := p_request_id;
1071: if (l_request_id is null) then
1072: l_request_id := FND_GLOBAL.CONC_PRIORITY_REQUEST;
1073: BIS_COLLECTION_UTILITIES.put_line('FND_GLOBAL.CONC_PRIORITY_REQUEST: ' || l_request_id);
1074: end if;
1075:
1076:

Line 1073: BIS_COLLECTION_UTILITIES.put_line('FND_GLOBAL.CONC_PRIORITY_REQUEST: ' || l_request_id);

1069: BIS_COLLECTION_UTILITIES.put_line('request id of this program ' || l_request_id_this);
1070: l_request_id := p_request_id;
1071: if (l_request_id is null) then
1072: l_request_id := FND_GLOBAL.CONC_PRIORITY_REQUEST;
1073: BIS_COLLECTION_UTILITIES.put_line('FND_GLOBAL.CONC_PRIORITY_REQUEST: ' || l_request_id);
1074: end if;
1075:
1076:
1077: ---preparing the temp table

Line 1325: , p_session_id => fnd_global.session_id

1321: -- CODE FIX FOR 4710006, added call to icx_sec.CreateRFURL, to convert to MAC compliant
1322: -- RF.jsp url
1323: l_return_string:=''||l_message_text1||' '||''||l_formatted_date||''||'';
1333: else

Line 1330: , p_responsibility_id => fnd_global.resp_id

1326: , p_parameters => l_function_parameters||
1327: '&fromLastUpdateDate=Y&'||'pParameters=pParamIds'||'@'||'Y'||'~'||'DBI_REQUEST_SET'||'^'||'DBI_REQUEST_SET'||
1328: '@'||p_obj_name||'~'||'DBI_CONTENT_TYPE'||'^'||'DBI_CONTENT_TYPE@PAGE'
1329: , p_application_id =>fnd_global.resp_appl_id
1330: , p_responsibility_id => fnd_global.resp_id
1331: , p_security_group_id => icx_sec.g_security_group_id) */
1332: p_RF_Url||'" class="OraLinkText">'||l_formatted_date||''||'';
1333: else
1334: l_return_string:=l_message_text1||' '||l_formatted_date;

Line 1358: , p_session_id => fnd_global.session_id

1354:
1355: if p_url_flag='Y' then
1356: l_return_string:=''||l_message_text1||' '||''||l_formatted_date||''||'';
1366: --rkumar:bug#5161136

Line 1363: , p_responsibility_id => fnd_global.resp_id

1359: , p_parameters => l_function_parameters||
1360: '&fromLastUpdateDate=Y&'||'pParameters=pParamIds'||'@'||'Y'||'~'||'DBI_REQUEST_SET'||'^'||'DBI_REQUEST_SET'||
1361: '@'||p_obj_name||'~'||'DBI_CONTENT_TYPE'||'^'||'DBI_CONTENT_TYPE@REPORT'
1362: , p_application_id =>fnd_global.resp_appl_id
1363: , p_responsibility_id => fnd_global.resp_id
1364: , p_security_group_id => icx_sec.g_security_group_id) */
1365: p_RF_Url||'" class="OraLinkText">'||l_formatted_date||''||'';
1366: --rkumar:bug#5161136
1367: if p_obj_name in ('BIS_BIA_RSG_TABLESPACE_PGE', 'BIS_BIA_RSG_SETS_DET_PGE', 'BIS_BIA_RSG_SETS_LVL_PGE',