DBA Data[Home] [Help]

APPS.BIS_PAGE_PUB dependencies on AK_REGION_ITEMS

Line 660: from ak_region_items

656: ) is
657:
658: cursor pageRacks_cursor IS
659: select nested_region_code, nested_region_application_id
660: from ak_region_items
661: where region_code = p_internal_name
662: and region_application_id = p_application_id;
663:
664: begin

Line 724: from ak_region_items

720: ) is
721:
722: cursor items_cursor IS
723: select attribute_code, attribute_application_id
724: from ak_region_items
725: where region_code = p_internal_name
726: and region_application_id = p_application_id;
727:
728: begin