DBA Data[Home] [Help]

APPS.IGS_FI_AD_HOC_WAV dependencies on IGS_FI_INV_INT

Line 29: p_c_fee_type_1 IN igs_fi_inv_int.fee_type%TYPE ,

25: p_n_person_id IN igs_pe_person_v.person_id%TYPE ,
26: p_n_pers_id_grp_id IN igs_pe_persid_group_v.group_id%TYPE ,
27: p_c_fee_period IN VARCHAR2 ,
28: /* Removed the parameters p_n_sub_acc_1 and p_n_sub_acc_2, as a part of Bug # 2564643 */
29: p_c_fee_type_1 IN igs_fi_inv_int.fee_type%TYPE ,
30: p_c_fee_type_2 IN igs_fi_inv_int.fee_type%TYPE ,
31: p_c_fee_type_3 IN igs_fi_inv_int.fee_type%TYPE ,
32: p_c_test_flag IN fnd_lookup_values.lookup_code%TYPE DEFAULT '1'
33: );

Line 30: p_c_fee_type_2 IN igs_fi_inv_int.fee_type%TYPE ,

26: p_n_pers_id_grp_id IN igs_pe_persid_group_v.group_id%TYPE ,
27: p_c_fee_period IN VARCHAR2 ,
28: /* Removed the parameters p_n_sub_acc_1 and p_n_sub_acc_2, as a part of Bug # 2564643 */
29: p_c_fee_type_1 IN igs_fi_inv_int.fee_type%TYPE ,
30: p_c_fee_type_2 IN igs_fi_inv_int.fee_type%TYPE ,
31: p_c_fee_type_3 IN igs_fi_inv_int.fee_type%TYPE ,
32: p_c_test_flag IN fnd_lookup_values.lookup_code%TYPE DEFAULT '1'
33: );
34:

Line 31: p_c_fee_type_3 IN igs_fi_inv_int.fee_type%TYPE ,

27: p_c_fee_period IN VARCHAR2 ,
28: /* Removed the parameters p_n_sub_acc_1 and p_n_sub_acc_2, as a part of Bug # 2564643 */
29: p_c_fee_type_1 IN igs_fi_inv_int.fee_type%TYPE ,
30: p_c_fee_type_2 IN igs_fi_inv_int.fee_type%TYPE ,
31: p_c_fee_type_3 IN igs_fi_inv_int.fee_type%TYPE ,
32: p_c_test_flag IN fnd_lookup_values.lookup_code%TYPE DEFAULT '1'
33: );
34:
35: END igs_fi_ad_hoc_wav;