DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_AD_IMP_BATCH_DET

Line 641: l_adm_batch_id igs_ad_imp_batch_det.batch_id%TYPE; -- for holding Adm Imp Proc batch ID.

637: l_last_update_login NUMBER ;
638: l_creation_date DATE ;
639: l_last_update_date DATE ;
640: l_alt_pers_seq_id igs_ad_api_int.interface_api_id%TYPE; -- for holding Alternate Person ID sequence
641: l_adm_batch_id igs_ad_imp_batch_det.batch_id%TYPE; -- for holding Adm Imp Proc batch ID.
642: l_source_type_id igs_pe_src_types_all.source_type_id%TYPE;
643: l_interface_id igs_ad_interface_all.interface_id%TYPE;
644: l_oss_sex_val igs_ad_interface_all.sex%TYPE;
645:

Line 1081: INSERT INTO igs_ad_imp_batch_det ( batch_id,

1077: fnd_message.set_token('BATCHID', TO_CHAR(l_adm_batch_id));
1078: fnd_file.put_line(fnd_file.log, fnd_message.get);
1079:
1080: -- Populate a batch record into Adm Batch table
1081: INSERT INTO igs_ad_imp_batch_det ( batch_id,
1082: batch_desc,
1083: created_by,
1084: creation_date,
1085: last_updated_by,