DBA Data[Home] [Help]

APPS.IGS_AD_AC_COMP dependencies on IGS_PE_DYNAMIC_PERSID_GROUP

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

470: igs_ge_gen_003.set_org_id( p_org_id);
471: RETCODE := 0;
472: ERRBUF := NULL;
473: lv_status := 'S'; /*Defaulted to 'S' and the function will return 'F' in case of failure */
474: lv_sql_stmt := igs_pe_dynamic_persid_group.get_dynamic_sql(p_person_id_group,lv_status,lv_group_type);
475: -- Log the Initial parameters into the LOG file.
476: FND_MESSAGE.SET_NAME('IGS', 'IGS_AD_APP_COM_PRMS');
477: FND_FILE.PUT_LINE( FND_FILE.LOG, FND_MESSAGE.GET());
478: