DBA Data[Home] [Help]

APPS.AK_OBJECT3_PVT dependencies on AK_FOREIGN_KEY_COLUMNS

Line 5004: -- Delete all children records in AK_FOREIGN_KEY_COLUMNS so

5000: p_pass => p_pass,
5001: p_copy_redo_flag => l_copy_redo_flag
5002: );
5003: --
5004: -- Delete all children records in AK_FOREIGN_KEY_COLUMNS so
5005: -- that obsolete columns would not exist after upload.
5006:
5007: AK_KEY_PVT.DELETE_RELATED_FOREIGN_KEY_COL (
5008: p_validation_level => p_validation_level,

Line 5094: -- Delete all children records in AK_FOREIGN_KEY_COLUMNS so

5090: p_pass => p_pass,
5091: p_copy_redo_flag => l_copy_redo_flag
5092: );
5093: --
5094: -- Delete all children records in AK_FOREIGN_KEY_COLUMNS so
5095: -- that obsolete columns would not exist after upload.
5096:
5097: AK_KEY_PVT.DELETE_RELATED_FOREIGN_KEY_COL (
5098: p_validation_level => p_validation_level,

Line 5234: from ak_foreign_key_columns

5230: -- update non-customized data only
5231: --
5232: select last_updated_by, last_update_date
5233: into l_user_id1, l_update1
5234: from ak_foreign_key_columns
5235: where foreign_key_name = l_foreign_key_column_tbl(l_index).foreign_key_name
5236: and attribute_code = l_foreign_key_column_tbl(l_index).attribute_code
5237: and attribute_application_id = l_foreign_key_column_tbl(l_index).attribute_application_id;
5238: /*if ( l_user_id1 = 1 or l_user_id1 = 2) then*/