DBA Data[Home] [Help]

APPS.AK_OBJECT2_PVT dependencies on AK_ATTRIBUTE_PVT

Line 2420: AK_ATTRIBUTE_PVT.INSERT_ATTRIBUTE_PK_TABLE (

2416: loop
2417: fetch l_get_region_items_csr into l_attribute_appl_id,
2418: l_attribute_code;
2419: exit when (l_get_region_items_csr%notfound);
2420: AK_ATTRIBUTE_PVT.INSERT_ATTRIBUTE_PK_TABLE (
2421: p_return_status => l_return_status,
2422: p_attribute_application_id => l_attribute_appl_id,
2423: p_attribute_code => l_attribute_code,
2424: p_attribute_pk_tbl => l_attribute_pk_tbl);

Line 2459: AK_ATTRIBUTE_PVT.INSERT_ATTRIBUTE_PK_TABLE (

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);
2459: AK_ATTRIBUTE_PVT.INSERT_ATTRIBUTE_PK_TABLE (
2460: p_return_status => l_return_status,
2461: p_attribute_application_id => l_attribute_appl_id,
2462: p_attribute_code => l_attribute_code,
2463: p_attribute_pk_tbl => l_attribute_pk_tbl);

Line 2496: AK_ATTRIBUTE_PVT.DOWNLOAD_ATTRIBUTE (

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,
2499: p_return_status => l_return_status,
2500: p_attribute_pk_tbl => l_attribute_pk_tbl,