DBA Data[Home] [Help]

APPS.IGS_HE_IMPORT_DATA dependencies on IGS_AD_STAT_INT

Line 639: INSERT INTO igs_ad_stat_int(interface_stat_id,

635:
636: IF l_oss_ethnicity IS NOT NULL THEN
637:
638: l_interface_stat_id := NULL;
639: INSERT INTO igs_ad_stat_int(interface_stat_id,
640: interface_id,
641: status,
642: org_id,
643: ethnic_origin,

Line 648: VALUES (igs_ad_stat_int_s.NEXTVAL,

644: created_by,
645: creation_date,
646: last_updated_by,
647: last_update_date)
648: VALUES (igs_ad_stat_int_s.NEXTVAL,
649: l_interface_id,
650: l_status,
651: p_orgid,
652: l_oss_ethnicity,