DBA Data[Home] [Help]

APPS.IGS_AD_GEN_011 dependencies on IGS_GE_GEN_003

Line 510: l_org_id := igs_ge_gen_003.get_org_id;

506: END IF;
507:
508:
509:
510: l_org_id := igs_ge_gen_003.get_org_id;
511: IGS_AD_PS_APLINSTHST_Pkg.Insert_Row (
512: X_Mode => 'R',
513: X_RowId => lv_rowid,
514: X_Person_Id => v_acaih_rec.person_id,

Line 691: l_org_id := igs_ge_gen_003.get_org_id;

687: v_acah_rec.hist_start_dt := p_old_update_on;
688: v_acah_rec.hist_end_dt := p_new_update_on;
689: v_acah_rec.hist_who := p_old_update_who;
690: -- Ceate an IGS_AD_PS_APPL_HIST history record.
691: l_org_id := igs_ge_gen_003.get_org_id;
692: IGS_AD_PS_APPL_Hist_Pkg.Insert_Row (
693: X_Mode => 'R',
694: X_RowId => lv_rowid,
695: X_Hist_Who => v_acah_rec.hist_who,

Line 855: l_org_id := igs_ge_gen_003.get_org_id;

851: --
852: -- Process the Person passed as parameter.
853: --
854: v_message_name := NULL;
855: l_org_id := igs_ge_gen_003.get_org_id;
856: --
857: -- Find the letter by looking at IGS_AD_PRCS_CAT_LTR.
858: --
859: OPEN c_apcl_slet (

Line 1455: igs_ge_gen_003.set_org_id (IGS_GE_NUMBER.TO_CANN (p_org_id));

1451: p_person_id_group := p_persid_grp;
1452: --
1453: -- Set Organization context for populating Multi-Org tables.
1454: --
1455: igs_ge_gen_003.set_org_id (IGS_GE_NUMBER.TO_CANN (p_org_id));
1456: retcode := 0;
1457: --
1458: -- Handle NULL parameter values.
1459: --