DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on BIS_RG_SCHEDULES_PVT

Line 269: bis_rg_schedules_pvt.delete_portlet(p_plug_id, l_user_id,vGraphFileId);

265: IF p_delete = 'Y' THEN
266: -- mdamle 09/04/01 - Scheduling Enhancements - Phase II - Multiple Preferences per schedule
267: -- Delete Portlet data and schedule info now that portlet is deleted
268: -- jprabhud 09/24/02 - Enh. 2470068 DB Graph HTML - Reusing file Ids to store graphs - passed in vGraphFileId
269: bis_rg_schedules_pvt.delete_portlet(p_plug_id, l_user_id,vGraphFileId);
270: if vGraphFileId is not null then
271: delete fnd_lobs where file_id = vGraphFileId;
272: end if;
273:

Line 1263: BIS_RG_SCHEDULES_PVT.CREATE_SCHEDULE_NO_COMMIT (

1259:
1260: -- validate sessionx
1261: l_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
1262: -- add row in the bis_scheduler preferences table
1263: BIS_RG_SCHEDULES_PVT.CREATE_SCHEDULE_NO_COMMIT (
1264: p_plug_id => pPlugId,
1265: p_user_id => pUserId,
1266: p_function_name => pFunctionName,
1267: p_responsibility_id =>l_Responsibility_Id,