DBA Data[Home] [Help]

APPS.AK_OBJECT2_PVT dependencies on AK_DOWNLOAD_GRP

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

2408: -- 2. Build a list of attributes that we need to extract
2409: -- because they are referenced by some region items in this
2410: -- region.
2411: --
2412: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_ATTR = 'Y') then
2413: open l_get_region_items_csr (
2414: l_region_pk_tbl(l_region_index).region_appl_id,
2415: l_region_pk_tbl(l_region_index).region_code);
2416: loop

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

2450: end if; /* p_get_region_flag = 'Y' */
2451:
2452: -- Build list of attributes that are referenced in object attributes
2453: -- for this object.
2454: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_ATTR = 'Y') then
2455: open l_get_attributes_csr (l_object_pk_tbl(l_index));
2456: loop
2457: fetch l_get_attributes_csr into l_attribute_appl_id, l_attribute_code;
2458: exit when (l_get_attributes_csr%notfound);

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

2490: -- These are attributes that needs to be extracted since they were
2491: -- referenced by the object attributes or region items that were
2492: -- being extracted from the database.
2493:
2494: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_ATTR = 'Y') then
2495: if (l_attribute_pk_tbl.count > 0) then
2496: AK_ATTRIBUTE_PVT.DOWNLOAD_ATTRIBUTE (
2497: p_validation_level => p_validation_level,
2498: p_api_version_number => 1.0,

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

2510:
2511: end if;
2512: end if;
2513:
2514: if (AK_DOWNLOAD_GRP.G_DOWNLOAD_REG = 'Y') then
2515: -- Write details for each selected object, including its object
2516: -- attributes, unique and foreign key definitions, etc. to a
2517: -- buffer to be passed back to the calling procedure.
2518: --