DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_PE_DYNAMIC_PERSID_GROUP

Line 1766: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_pers_id_grp_id,

1762: --when person group id is provided
1763: ELSIF p_pers_id_grp_id IS NOT NULL THEN
1764: --For the Person Group passed as input to the process, identify all the Persons that are members of this group
1765: --using generic function.
1766: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_pers_id_grp_id,
1767: p_status => l_v_status
1768: );
1769: --If the sql returned is invalid.. then,
1770: IF l_v_status <> 'S' THEN