DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on BIS_PMV_PARAMETERS_PVT

Line 1840: BIS_PMV_PARAMETERS_PVT.RETRIEVE_GRAPH_FILEID(vUserId,pScheduleId,'GRAPH_FILE_ID',vFunctionName,vGraphFileId);

1836: into vFunctionName
1837: from bis_scheduler
1838: where schedule_id = pScheduleId;
1839:
1840: BIS_PMV_PARAMETERS_PVT.RETRIEVE_GRAPH_FILEID(vUserId,pScheduleId,'GRAPH_FILE_ID',vFunctionName,vGraphFileId);
1841: if vGraphFileId is not null then
1842: delete fnd_lobs where file_id = vGraphFileId;
1843: else
1844: deleteReportGraphsLobs(vUserId,pScheduleId,vFunctionName);

Line 2045: BIS_PMV_PARAMETERS_PVT.RETRIEVE_GRAPH_FILEID(pUserId,vScheduleId,'GRAPH_FILE_ID',vFunctionName,xGraphFileId);

2041: select function_name
2042: into vFunctionName
2043: from bis_scheduler
2044: where schedule_id = vScheduleId;
2045: BIS_PMV_PARAMETERS_PVT.RETRIEVE_GRAPH_FILEID(pUserId,vScheduleId,'GRAPH_FILE_ID',vFunctionName,xGraphFileId);
2046: end if;
2047:
2048: delete_schedule_preferences(vScheduleId, pUserId, pPlugId);
2049:

Line 2258: BIS_PMV_PARAMETERS_PVT.SAVE_GRAPH_FILEID(p_user_id,p_schedule_id,'GRAPH_FILE_ID',p_function_name,vGraphFileId);

2254: -- save the file id associated with the previous schedule, for the same plug,
2255: -- for the new schedule id as the previous schedule gets deleted.
2256: --jprabhud - 12/20/02 - NLS Bug 2320171
2257: if p_request_type = 'G' and vGraphFileId is not null then
2258: BIS_PMV_PARAMETERS_PVT.SAVE_GRAPH_FILEID(p_user_id,p_schedule_id,'GRAPH_FILE_ID',p_function_name,vGraphFileId);
2259: end if;
2260: end if;
2261:
2262:

Line 2267: BIS_PMV_PARAMETERS_PVT.SAVE_CONTEXT_VALUES(p_user_id,p_schedule_id,'RENDERING_CONTEXT_VALUES',p_function_name,p_context_values);

2263: --jprabhud - 12/20/02 - NLS Bug 2320171 Graph Fonts and Mutli-Byte characters
2264: if p_live_portlet = 'N' and p_context_values is not null then
2265: --jprabhud - 12/20/02 - NLS Bug 2320171
2266: if p_request_type ='G' or p_request_type = 'R' then
2267: BIS_PMV_PARAMETERS_PVT.SAVE_CONTEXT_VALUES(p_user_id,p_schedule_id,'RENDERING_CONTEXT_VALUES',p_function_name,p_context_values);
2268: end if;
2269: end if;
2270:
2271: