DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on AK_REGIONS

Line 1030: from ak_regions

1026: if vSchedule = '' or vSchedule is null then
1027: begin
1028: select nvl(attribute3, '')
1029: into vSchedule
1030: from ak_regions
1031: where region_code = pRegionCode;
1032: exception
1033: when others then vSchedule := '';
1034: end;