DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_DOWNLOAD_GRP

Line 6559: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_ATTR = 'Y') then

6555: p_database_object_name => l_object_rec.database_object_name,
6556: p_object_pk_tbl => l_object_pk_tbl);
6557: end loop;
6558:
6559: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_ATTR = 'Y') then
6560: -- Get all attributes referenced by all region items in this region
6561: -- and add them to the attribute list
6562: for l_attribute_rec in l_get_region_items_csr (
6563: l_region_pk_tbl(l_index).region_appl_id,

Line 6671: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_REG = 'Y') then

6667: end if;
6668: end if;
6669: end if;
6670:
6671: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_REG = 'Y') then
6672: -- Write details for each selected region, including its items, to a
6673: -- buffer to be passed back to the calling procedure.
6674: l_index := l_region_pk_tbl.FIRST;
6675: