DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_PE_PERSID_GROUP

Line 24: -- Replaced igs_pe_persid_group_v with igs_pe_persid_group in validate_persid_grp()

20: --vvutukur 20-Jan-2004 Bug#3348787.Modified calc_fin_lt_charge.
21: --vvutukur 20-Sep-2003 Enh#3045007.Payment Plans Build. Changes specific to Payment Plans TD.
22: --vvutukur 30-Jul-2003 Bug#3069929.Modified calc_red_balance.
23: --pathipat 24-Jun-2003 Bug: 3018104 - Impact of changes to person id group views
24: -- Replaced igs_pe_persid_group_v with igs_pe_persid_group in validate_persid_grp()
25: --shtatiko 22-MAR-2003 Enh# 2831569, Modified calc_fin_lt_charge
26: --vvutukur 12-Feb-2003 Bug#2731357.Modified calc_fin_lt_charge and lookup_desc.
27: --shtatiko 10-JAN-2003 Bug# 2731350, modiifed calc_fin_lt_charge
28: --pathipat 08-Jan-2003 Bug: 2690024 - modified calc_red_balance

Line 115: FUNCTION validate_persid_grp(p_persid_grp_id IN igs_pe_persid_group.group_id%TYPE)

111: RETURN l_v_planned_credits_ind;
112: END get_planned_credits_ind;
113: -- Changes due to SFCR018
114:
115: FUNCTION validate_persid_grp(p_persid_grp_id IN igs_pe_persid_group.group_id%TYPE)
116: RETURN BOOLEAN AS
117: /***********************************************************************************************
118:
119: Created By : Sarakshi

Line 127: the dynamic person id group also.igs_pe_persid_group will have only

123: Known limitations,enhancements,remarks:
124: Change History
125: Who When What
126: vvutukur 25-Sep-2003 Enh#3045007.Payment Plans Build.modified cursor cur_val to validate
127: the dynamic person id group also.igs_pe_persid_group will have only
128: static person id groups.
129: pathipat 24-Jun-2003 Bug: 3018104 - Impact of changes to person id group views
130: Replaced igs_pe_persid_group_v with igs_pe_persid_group
131: vchappid 19-Apr-2002 Bug#2313147, Date comparisions are done after eliminating time component

Line 130: Replaced igs_pe_persid_group_v with igs_pe_persid_group

126: vvutukur 25-Sep-2003 Enh#3045007.Payment Plans Build.modified cursor cur_val to validate
127: the dynamic person id group also.igs_pe_persid_group will have only
128: static person id groups.
129: pathipat 24-Jun-2003 Bug: 3018104 - Impact of changes to person id group views
130: Replaced igs_pe_persid_group_v with igs_pe_persid_group
131: vchappid 19-Apr-2002 Bug#2313147, Date comparisions are done after eliminating time component
132: ********************************************************************************************** */
133:
134: CURSOR cur_val IS

Line 136: FROM igs_pe_persid_group_all

132: ********************************************************************************************** */
133:
134: CURSOR cur_val IS
135: SELECT 'X'
136: FROM igs_pe_persid_group_all
137: WHERE group_id = p_persid_grp_id
138: AND closed_ind = 'N'
139: AND TRUNC(create_dt) <= g_d_sysdate;
140: l_temp VARCHAR2(1);

Line 1446: p_pers_id_grp_id IN igs_pe_persid_group.group_id%TYPE,

1442: PROCEDURE calc_fin_lt_charge(
1443: errbuf OUT NOCOPY VARCHAR2,
1444: retcode OUT NOCOPY NUMBER,
1445: p_person_id IN igs_pe_person.person_id%TYPE,
1446: p_pers_id_grp_id IN igs_pe_persid_group.group_id%TYPE,
1447: p_plan_name IN igs_fi_fin_lt_plan.plan_name%TYPE ,
1448: p_batch_cutoff_dt IN VARCHAR2,
1449: p_batch_due_dt IN VARCHAR2,
1450: p_fee_period IN VARCHAR2,