DBA Data[Home] [Help]

APPS.AK_OBJECT3_PVT dependencies on AK_UNIQUE_KEYS

Line 4646: from ak_unique_keys

4642: );
4643: elsif (AK_UPLOAD_GRP.G_NO_CUSTOM_UPDATE) then
4644: select last_updated_by, last_update_date
4645: into l_user_id1, l_update1
4646: from ak_unique_keys
4647: where database_object_name = l_unique_key_tbl(l_index).database_object_name
4648: and unique_key_name = l_unique_key_tbl(l_index).unique_key_name;
4649:
4650: /*if ( l_user_id1 = 1 or l_user_id1 = 2) then*/