DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FAI_DTLS_PKG

Line 6173: igs_fi_fai_dtls_pkg.insert_row(

6169: l_v_fee_as_item_dtl_id := NULL;
6170: log_to_fnd( p_v_module => 'finpl_ins_fee_ass',
6171: p_v_string => 'Inserting record in IGS_FI_FAI_DTLS with UOO_ID: '||tbl_fai_unit_dtls(j).uoo_id||
6172: ' for Fee Assessment Item ID: '||lv_fee_ass_item_id);
6173: igs_fi_fai_dtls_pkg.insert_row(
6174: x_rowid => l_v_fai_rowid,
6175: x_fee_as_item_dtl_id => l_v_fee_as_item_dtl_id,
6176: x_fee_ass_item_id => lv_fee_ass_item_id,
6177: x_fee_cat => tbl_fai_unit_dtls(j).fee_cat,