DBA Data[Home] [Help]

APPS.IGS_AD_INTERFACE_PKG dependencies on IGS_GE_GEN_003

Line 539: || smvk 13-Feb-2002 Call to igs_ge_gen_003.get_org_id

535: || Purpose : Handles the INSERT DML logic for the table.
536: || Known limitations, enhancements or remarks :
537: || Change History :
538: || Who When What
539: || smvk 13-Feb-2002 Call to igs_ge_gen_003.get_org_id
540: || w.r.t. SWCR006
541: || (reverse chronological order - newest change first)
542: */
543: CURSOR c IS

Line 593: x_org_id => igs_ge_gen_003.get_org_id,

589: before_dml(
590: p_action => 'INSERT',
591: x_rowid => x_rowid,
592: x_person_number => x_person_number,
593: x_org_id => igs_ge_gen_003.get_org_id,
594: x_interface_id => x_interface_id,
595: x_batch_id => x_batch_id,
596: x_source_type_id => x_source_type_id,
597: x_surname => x_surname,

Line 1081: || smvk 13-Feb-2002 Call to igs_ge_gen_003.get_org_id

1077: || Purpose : Handles the UPDATE DML logic for the table.
1078: || Known limitations, enhancements or remarks :
1079: || Change History :
1080: || Who When What
1081: || smvk 13-Feb-2002 Call to igs_ge_gen_003.get_org_id
1082: || w.r.t. SWCR006
1083: || (reverse chronological order - newest change first)
1084: */
1085: x_last_update_date DATE ;

Line 1118: x_org_id => igs_ge_gen_003.get_org_id,

1114: before_dml(
1115: p_action => 'UPDATE',
1116: x_rowid => x_rowid,
1117: x_person_number => x_person_number,
1118: x_org_id => igs_ge_gen_003.get_org_id,
1119: x_interface_id => x_interface_id,
1120: x_batch_id => x_batch_id,
1121: x_source_type_id => x_source_type_id,
1122: x_surname => x_surname,