DBA Data[Home] [Help]

APPS.IGS_AD_TI_COMP dependencies on IGS_PE_DYNAMIC_PERSID_GROUP

Line 757: lv_sql_stmt := igs_pe_dynamic_persid_group.get_dynamic_sql(p_person_id_group,lv_status,lv_group_type);

753: -- Set the Org_id for the corresponding responsibility.
754: igs_ge_gen_003.set_org_id( p_org_id);
755: RETCODE := 0;
756: ERRBUF := NULL;
757: lv_sql_stmt := igs_pe_dynamic_persid_group.get_dynamic_sql(p_person_id_group,lv_status,lv_group_type);
758: -- Log the Initial parameters into the LOG file.
759: FND_MESSAGE.SET_NAME('IGS', 'IGS_AD_APP_TR_PRMS');
760: FND_FILE.PUT_LINE( FND_FILE.LOG, FND_MESSAGE.GET());
761: