DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_DOWNLOAD_GRP

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

6566: p_database_object_name => l_object_rec.database_object_name,
6567: p_object_pk_tbl => l_object_pk_tbl);
6568: end loop;
6569:
6570: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_ATTR = 'Y') then
6571: -- Get all attributes referenced by all region items in this region
6572: -- and add them to the attribute list
6573: for l_attribute_rec in l_get_region_items_csr (
6574: l_region_pk_tbl(l_index).region_appl_id,

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

6678: end if;
6679: end if;
6680: end if;
6681:
6682: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_REG = 'Y') then
6683: -- Write details for each selected region, including its items, to a
6684: -- buffer to be passed back to the calling procedure.
6685: l_index := l_region_pk_tbl.FIRST;
6686: