DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on IGS_PE_PERS_IMP_001

Line 749: igs_pe_pers_imp_001.prc_pe_category (p_batch_id => p_batch_id,

745: -- disable HZ security policy before starting the import.
746: -------------------------------------------------------
747: HZ_COMMON_PUB.DISABLE_CONT_SOURCE_SECURITY ;
748: -- Process categories for import
749: igs_pe_pers_imp_001.prc_pe_category (p_batch_id => p_batch_id,
750: p_source_type_id => p_source_type_id,
751: p_match_set_id => p_match_set_id,
752: p_interface_run_id => l_interface_run_id);
753: igs_ad_imp_015.prc_ad_category (p_source_type_id => p_source_type_id,

Line 772: igs_pe_pers_imp_001.del_cmpld_pe_records(p_batch_id);

768: p_batch_id => p_batch_id,
769: p_interface_run_id => l_interface_run_id);
770:
771: -- Delete successfully imported records from the interface table with the interface_run_id value
772: igs_pe_pers_imp_001.del_cmpld_pe_records(p_batch_id);
773:
774: igs_ad_imp_015.del_cmpld_ad_records (p_source_type_id => p_source_type_id,
775: p_batch_id => p_batch_id,
776: p_interface_run_id => l_interface_run_id);