DBA Data[Home] [Help]

APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_FI_FTCI_ACCTS_PKG

Line 97: igs_fi_ftci_accts_pkg.insert_row (

93:
94: l_rowid := NULL;
95: l_n_acct_id := NULL;
96:
97: igs_fi_ftci_accts_pkg.insert_row (
98: x_rowid => l_rowid,
99: x_acct_id => l_n_acct_id,
100: x_fee_type => p_v_fee_type,
101: x_fee_cal_type => p_v_fee_cal_type,

Line 455: IF NOT igs_fi_ftci_accts_pkg.get_uk2_for_validation( x_fee_type => l_cur_ftci.fee_type,

451: IF l_cur_hier.entity_type_code IN ('FTCI','SA') THEN
452:
453: --Check there is no record in the accounts table with the context FTCI details and other attributes as NULL.
454: --Added 4 new paramters for Unit Level Attributes
455: IF NOT igs_fi_ftci_accts_pkg.get_uk2_for_validation( x_fee_type => l_cur_ftci.fee_type,
456: x_fee_cal_type => l_cur_ftci.fee_cal_type,
457: x_fee_ci_sequence_number => l_cur_ftci.fee_ci_sequence_number,
458: x_location_cd => NULL,
459: x_attendance_type => NULL,