DBA Data[Home] [Help]

APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_PE_PRSID_GRP_MEM_V

Line 94: p_person_id_grp IN igs_pe_prsid_grp_mem_v.group_id%TYPE,

90:
91: -- Fuction for validating all the Input Paramters
92: FUNCTION validate_input_parameters(
93: p_person_id IN igs_pe_person.person_id%TYPE,
94: p_person_id_grp IN igs_pe_prsid_grp_mem_v.group_id%TYPE,
95: p_fee_period IN VARCHAR2,
96: p_fee_cal_type IN igs_fi_inv_int.fee_cal_type%TYPE,
97: p_fee_ci_sequence_number IN igs_fi_inv_int.fee_ci_sequence_number%TYPE,
98: p_balance_type IN igs_fi_balance_rules.balance_name%TYPE,

Line 277: p_person_id_grp IN igs_pe_prsid_grp_mem_v.group_id%type,

273: PROCEDURE drop_disc_sua_non_payment(
274: ERRBUF OUT NOCOPY VARCHAR2,
275: RETCODE OUT NOCOPY NUMBER,
276: p_person_id IN igs_pe_person.person_id%type,
277: p_person_id_grp IN igs_pe_prsid_grp_mem_v.group_id%type,
278: p_FEE_PERIOD IN VARCHAR2,
279: p_balance_type IN igs_fi_balance_rules.balance_name%type,
280: p_dcnt_reason_cd IN igs_en_dcnt_reasoncd_v.discontinuation_reason_cd%type,
281: p_test_run IN VARCHAR2

Line 314: Modified cur_unit_outstdng_chrgs - replaced igs_pe_prsid_grp_mem_v

310: the unit is not considered for dropping/discontinuing.
311: shtatiko 21-JUL-2003 Bug# 3037137, Replaced call to igs_ss_en_wrappers.drop_selected_units
312: with igs_en_gen_004.enrp_dropall_unit
313: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes to person id group views
314: Modified cur_unit_outstdng_chrgs - replaced igs_pe_prsid_grp_mem_v
315: with igs_pe_prsid_grp_mem
316: pathipat 24-Apr-2003 Enh 2831569 - Commercial Receivables build
317: Added check for manage_accounts - call to chk_manage_account()
318: svenkata 27-Dec-2002 Added 4 new parameters with defauly value of 'N' to the call to the routine