DBA Data[Home] [Help]

APPS.AMS_IMPORT_LIST_PVT dependencies on AMS_IMPORT_SECURITY_PVT

Line 651: x_ams_import_rec.password := AMS_Import_Security_PVT.Get_DeEncrypt_String (

647: x_ams_import_rec.purge_date := l_current_date;
648: x_ams_import_rec.parent_imp_header_id := p_import_list_header_id;
649: AMS_Utility_PVT.Write_Conc_Log (' Start Duplicate_Import_List before Get_DeEncrypt_String ');
650: IF (x_ams_import_rec.password IS NOT NULL AND LENGTH (x_ams_import_rec.password) > 0) THEN
651: x_ams_import_rec.password := AMS_Import_Security_PVT.Get_DeEncrypt_String (
652: p_input_string => x_ams_import_rec.password,
653: p_header_id => p_import_list_header_id,
654: p_encrypt_flag => FALSE);
655: END IF;

Line 883: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (

879: END IF;
880: IF l_encrpted_password IS NOT NULL
881: AND LENGTH(l_encrpted_password) > 0
882: THEN
883: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (
884: p_input_string => l_encrpted_password,
885: p_header_id => l_import_list_header_id,
886: p_encrypt_flag => TRUE);
887:

Line 1112: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (

1108: END IF;
1109: x_import_list_header_id:=l_import_list_header_id;
1110:
1111: IF l_encrpted_password IS NOT NULL AND LENGTH(l_encrpted_password) > 0 THEN
1112: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (
1113: p_input_string => l_encrpted_password,
1114: p_header_id => l_import_list_header_id,
1115: p_encrypt_flag => TRUE);
1116: UPDATE AMS_IMP_LIST_HEADERS_ALL