DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on AK_REGION_ITEMS

Line 1015: from ak_region_items

1011: if pViewBy is not null then
1012: begin
1013: select nvl(attribute8, '')
1014: into vSchedule
1015: from ak_region_items
1016: where region_code = pRegionCode
1017: and attribute2 = pViewBy;
1018: exception
1019: when others then vSchedule := '';