DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on IGS_AD_IMP_015

Line 753: igs_ad_imp_015.prc_ad_category (p_source_type_id => p_source_type_id,

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,
754: p_batch_id => p_batch_id,
755: p_interface_run_id => l_interface_run_id,
756: p_enable_log => p_enable_log,
757: p_legacy_ind => p_legacy_ind);

Line 767: igs_ad_imp_015.store_ad_stats (p_source_type_id => p_source_type_id,

763: p_batch_id => p_batch_id,
764: p_interface_run_id => l_interface_run_id);
765:
766: -- Create process statistics
767: igs_ad_imp_015.store_ad_stats (p_source_type_id => p_source_type_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

Line 774: igs_ad_imp_015.del_cmpld_ad_records (p_source_type_id => p_source_type_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);
777: DELETE FROM igs_ad_interface_all
778: WHERE status = '1'