DBA Data[Home] [Help]

APPS.ZPB_BUSAREA_MAINT dependencies on ZPB_BISM

Line 1551: zpb_bism.delete_bism_folder_wo_security('oracle/apps/zpb/BusArea' ||

1547: l_folder_count := 0;
1548: end;
1549:
1550: if (l_folder_count > 0) then
1551: zpb_bism.delete_bism_folder_wo_security('oracle/apps/zpb/BusArea' ||
1552: p_business_area_id, FND_GLOBAL.USER_ID);
1553: end if;
1554:
1555: end DELETE_BUSINESS_AREA;