DBA Data[Home] [Help]

APPS.AK_ON_OBJECTS_PVT dependencies on AK_ATTRIBUTE_PVT

Line 2333: -- call ak_attribute_pvt.upload --

2329: raise FND_API.G_EXC_ERROR;
2330: end if;
2331: elsif (l_state = 3) or (l_state = 5) then
2332: if (l_token = 'ATTRIBUTE') then
2333: -- call ak_attribute_pvt.upload --
2334: -- dbms_output.put_line('Calling attribute upload: ' ||
2335: -- to_char(sysdate, 'MON-DD HH24:MI:SS'));
2336: --
2337: -- Update index table for attribute. Since some attributes refer

Line 2347: AK_ATTRIBUTE_PVT.UPLOAD_ATTRIBUTE (

2343: l_attribute_index_tbl(l_attribute_index) :=G_buffer_tbl.prior(l_index);
2344: --
2345: -- Upload attribute information to the database
2346: --
2347: AK_ATTRIBUTE_PVT.UPLOAD_ATTRIBUTE (
2348: p_validation_level => l_validation_level,
2349: p_api_version_number => 1.0,
2350: p_return_status => l_return_status,
2351: p_index => l_tbl_index,

Line 2674: AK_ATTRIBUTE_PVT.UPLOAD_ATTRIBUTE_SECOND (

2670: --
2671: FND_MESSAGE.SET_NAME('AK','AK_UPLOAD_PASS2' || to_char(l_index));
2672: FND_MSG_PUB.Add;
2673:
2674: AK_ATTRIBUTE_PVT.UPLOAD_ATTRIBUTE_SECOND (
2675: p_validation_level => p_validation_level,
2676: p_return_status => l_return_status,
2677: p_loader_timestamp => l_timestamp,
2678: p_pass => l_index

Line 2741: -- deleted, call ak_attribute_pvt.delete with cascade = 'N'.

2737: -- for each flow with this application ID, with timestamp not
2738: -- equals to the loader timestamp, and created by and last updated
2739: -- by are both 1, call ak_object_pvt.delete with cascade = 'Y'.
2740: -- Then for each attribute referenced by any object attributes to be
2741: -- deleted, call ak_attribute_pvt.delete with cascade = 'N'.
2742:
2743: p_return_status := FND_API.G_RET_STS_SUCCESS;
2744:
2745: FND_MSG_PUB.Count_And_Get (