DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on ORACLEAPPS

Line 169: vScheduleURL := 'OracleApps.RF?F='||icx_call.encrypt2(l_application_id||'*'||l_fn_responsibility_id||'*'||icx_sec.g_security_group_id||'*'||l_customize_id||'**]',

165: end;
166: end if;
167:
168: /*
169: vScheduleURL := 'OracleApps.RF?F='||icx_call.encrypt2(l_application_id||'*'||l_fn_responsibility_id||'*'||icx_sec.g_security_group_id||'*'||l_customize_id||'**]',
170: icx_sec.getID(icx_sec.PV_SESSION_ID))
171: ||'&P='||icx_call.encrypt2('regionCode='||bis_pmv_util.encode(pRegionCode)
172: ||'&functionName='||bis_pmv_util.encode(pFunctionName)
173: ||'&parmPrint='||bis_pmv_util.encode(pParmPrint)

Line 204: OracleApps.runFunction(c_function_id => l_customize_id

200: ||'&plugId='||pPlugId
201: ||'&reportTitle='||pReportTitle
202: ||'&graphType='||pGraphType;
203:
204: OracleApps.runFunction(c_function_id => l_customize_id
205: ,n_session_id => icx_sec.getID(icx_sec.PV_SESSION_ID)
206: ,c_parameters => vParams
207: ,p_resp_appl_id => l_application_id
208: ,p_responsibility_id => l_fn_responsibility_id

Line 1087: OracleApps.runFunction(c_function_id => lPageFunctionId

1083: ,xWebHtmlCall => lWebHtmlCall
1084: );
1085:
1086: IF lPageFunctionId IS NOT NULL THEN
1087: OracleApps.runFunction(c_function_id => lPageFunctionId
1088: ,n_session_id => lSessionId
1089: ,c_parameters => lParams
1090: ,p_resp_appl_id => lApplicationId
1091: ,p_responsibility_id => lRespId

Line 1494: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2(''||'*'||pResponsibilityId||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',

1490: end;
1491:
1492: if vPageFunctionId is not null then
1493: /*
1494: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2(''||'*'||pResponsibilityId||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',
1495: pSessionId)
1496: ||'&P='||icx_call.encrypt2('header='||bis_pmv_util.encode(vReportName)||
1497: '&mainMessage=BIS_SCHED_EXPIRED_ERR'||
1498: '&detailMessage=BIS_SCHED_EXPIRED_ERR_DETAIL');

Line 1507: OracleApps.runFunction(c_function_id => vPageFunctionId

1503: vParams := 'header='||vReportName||
1504: '&mainMessage=BIS_SCHED_EXPIRED_ERR'||
1505: '&detailMessage=BIS_SCHED_EXPIRED_ERR_DETAIL';
1506:
1507: OracleApps.runFunction(c_function_id => vPageFunctionId
1508: ,n_session_id => pSessionId
1509: ,c_parameters => vParams
1510: ,p_resp_appl_id => vApplicationId
1511: ,p_responsibility_id => vRespId

Line 1656: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2(pApplicationId||'*'||pResponsibilityId||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',

1652: end;
1653:
1654: if vPageFunctionId is not null then
1655: /*
1656: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2(pApplicationId||'*'||pResponsibilityId||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',
1657: pSessionId)
1658: ||'&P='||icx_call.encrypt2('header='||bis_pmv_util.encode(vReportName)||
1659: '&mainMessage=BIS_SUBSCRIBE_CONF'||
1660: '&detailMessage=BIS_SUBSCRIBE_CONF_DETAIL');

Line 1671: OracleApps.runFunction(c_function_id => vPageFunctionId

1667: '®ionCode='||pRegionCode||
1668: '&functionName='||pFunctionName;
1669:
1670:
1671: OracleApps.runFunction(c_function_id => vPageFunctionId
1672: ,n_session_id => pSessionId
1673: ,c_parameters => vParams
1674: ,p_resp_appl_id => vApplicationId
1675: ,p_responsibility_id => vRespId

Line 1863: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2('*'||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',

1859: end;
1860:
1861: if vPageFunctionId is not null then
1862: /*
1863: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2('*'||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',
1864: icx_sec.getID(icx_sec.PV_SESSION_ID))
1865: ||'&P='||icx_call.encrypt2('header='||bis_pmv_util.encode(vReportName)||
1866: '&mainMessage=BIS_UNSUBSCRIBE_CONF'||
1867: '&detailMessage=BIS_UNSUBSCRIBE_CONF_DETAIL');

Line 1876: OracleApps.runFunction(c_function_id => vPageFunctionId

1872: vParams := 'header='||vReportName||
1873: '&mainMessage=BIS_UNSUBSCRIBE_CONF'||
1874: '&detailMessage=BIS_UNSUBSCRIBE_CONF_DETAIL';
1875:
1876: OracleApps.runFunction(c_function_id => vPageFunctionId
1877: ,n_session_id => icx_sec.getID(icx_sec.PV_SESSION_ID)
1878: ,c_parameters => vParams
1879: ,p_resp_appl_id => vApplicationId
1880: ,p_responsibility_id => vRespId

Line 2479: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2(''||'*'||pResponsibilityId||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',pSessionId)

2475: end;
2476:
2477: if vPageFunctionId is not null then
2478: /*
2479: vPageURL := 'OracleApps.RF?F='||icx_call.encrypt2(''||'*'||pResponsibilityId||'*'||icx_sec.g_security_group_id||'*'||vPageFunctionId||'**]',pSessionId)
2480: ||'&P='||icx_call.encrypt2('header='||bis_pmv_util.encode(pReportName)||
2481: '&mainMessage=BIS_SCHEDULE_ERR'||
2482: '&detailMessage=BIS_SCHEDULE_ERR_DETAIL');
2483:

Line 2494: OracleApps.runFunction(c_function_id => vPageFunctionId

2490: vParams := 'header='||pReportName||
2491: '&mainMessage=BIS_SCHEDULE_ERR'||
2492: '&detailMessage=BIS_SCHEDULE_ERR_DETAIL';
2493:
2494: OracleApps.runFunction(c_function_id => vPageFunctionId
2495: ,n_session_id => pSessionId
2496: ,c_parameters => vParams
2497: ,p_resp_appl_id => vApplicationId
2498: ,p_responsibility_id => vRespId