DBA Data[Home] [Help]

APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_PE_DYNAMIC_PERSID_GROUP

Line 255: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_n_person_id_grp,

251: END IF;
252:
253: --For the Person Group passed as input to the process, identify all the Persons that are members of this group
254: --using generic function.
255: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_n_person_id_grp,
256: p_status => l_v_status
257: );
258: --If the sql returned is invalid, then..
259: IF l_v_status <> 'S' THEN

Line 748: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_n_person_id_grp,

744: END IF;
745:
746: --For the Person Group passed as input to the process, identify all the Persons that are members of this group
747: --using generic function.
748: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_n_person_id_grp,
749: p_status => l_v_status
750: );
751: --If the sql returned is invalid, then..
752: IF l_v_status <> 'S' THEN

Line 1311: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_n_person_id_grp,

1307:
1308: --If Person Group parameter passed as input to the process is not null, then identify all the Persons
1309: --that are members of this group using generic function.
1310: IF p_n_person_id_grp IS NOT NULL THEN
1311: l_v_sql := igs_pe_dynamic_persid_group.igs_get_dynamic_sql(p_groupid => p_n_person_id_grp,
1312: p_status => l_v_status
1313: );
1314: --If the sql returned is invalid, then..
1315: IF l_v_status <> 'S' THEN