DBA Data[Home] [Help]

APPS.IGS_CO_PROCESS dependencies on IGS_PE_DYNAMIC_PERSID_GROUP

Line 322: l_str := igs_pe_dynamic_persid_group.get_dynamic_sql(p_parameter_1 ,lv_status, l_group_type);

318: IF p_parameter_1 IS NOT NULL THEN
319:
320: -- check whether the group is dynamic or not.
321: -- if file_name is NOT NULL means, the group is dynamic.
322: l_str := igs_pe_dynamic_persid_group.get_dynamic_sql(p_parameter_1 ,lv_status, l_group_type);
323: IF lv_status <> 'S' THEN
324: FND_MESSAGE.SET_NAME('IGF','IGF_AW_NO_QUERY');
325: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
326: p_exception := 'Y';