DBA Data[Home] [Help]

APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_EN_DCNT_REASONCD_V

Line 12: p_dcnt_reason_cd IN igs_en_dcnt_reasoncd_v.discontinuation_reason_cd%type,

8: p_person_id IN igs_pe_person.person_id%type,
9: p_person_id_grp IN igs_pe_prsid_grp_mem_v.group_id%type,
10: p_fee_period IN VARCHAR2,
11: p_balance_type IN igs_fi_balance_rules.balance_name%type,
12: p_dcnt_reason_cd IN igs_en_dcnt_reasoncd_v.discontinuation_reason_cd%type,
13: p_test_run IN VARCHAR2 DEFAULT 'Y'
14: );
15:
16: END igs_fi_prc_disc_sua;