DBA Data[Home] [Help]

APPS.AMS_IMPORT_LIST_PVT dependencies on AMS_IMPORT_SECURITY_PVT

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

654: x_ams_import_rec.purge_date := l_current_date;
655: x_ams_import_rec.parent_imp_header_id := p_import_list_header_id;
656: AMS_Utility_PVT.Write_Conc_Log (' Start Duplicate_Import_List before Get_DeEncrypt_String ');
657: IF (x_ams_import_rec.password IS NOT NULL AND LENGTH (x_ams_import_rec.password) > 0) THEN
658: x_ams_import_rec.password := AMS_Import_Security_PVT.Get_DeEncrypt_String (
659: p_input_string => x_ams_import_rec.password,
660: p_header_id => p_import_list_header_id,
661: p_encrypt_flag => FALSE);
662: END IF;

Line 890: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (

886: END IF;
887: IF l_encrpted_password IS NOT NULL
888: AND LENGTH(l_encrpted_password) > 0
889: THEN
890: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (
891: p_input_string => l_encrpted_password,
892: p_header_id => l_import_list_header_id,
893: p_encrypt_flag => TRUE);
894:

Line 1119: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (

1115: END IF;
1116: x_import_list_header_id:=l_import_list_header_id;
1117:
1118: IF l_encrpted_password IS NOT NULL AND LENGTH(l_encrpted_password) > 0 THEN
1119: l_encrpted_password := AMS_Import_Security_PVT.Get_DeEncrypt_String (
1120: p_input_string => l_encrpted_password,
1121: p_header_id => l_import_list_header_id,
1122: p_encrypt_flag => TRUE);
1123: UPDATE AMS_IMP_LIST_HEADERS_ALL