DBA Data[Home] [Help]

APPS.IGS_SC_BULK_ASSIGN dependencies on IGS_PE_DYNAMIC_PERSID_GROUP

Line 377: l_select :=igs_pe_dynamic_persid_group.get_dynamic_sql(l_GrpId, l_status, l_group_type);

373: LOOP
374: l_GrpId := loc_prsnGrp_array(j);
375:
376: /* get the person id corresponding to user belonging to the grp and assigned them following attributes */
377: l_select :=igs_pe_dynamic_persid_group.get_dynamic_sql(l_GrpId, l_status, l_group_type);
378:
379: IF fnd_log.test(fnd_log.level_statement,l_prog_label) THEN
380: l_label := 'igs.plsql.igs_sc_bulk_assign.assign_user_attributes';
381: l_debug_str := 'Person Group Array. Dynamic Person Group select is '||l_select ;