DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_LOOKUPS_VIEW

Line 400: cst_nominated CONSTANT igs_lookups_view.lookup_code%TYPE := 'NOMINATED';

396: l_b_flag BOOLEAN := FALSE;
397: l_b_rec_matchs BOOLEAN := FALSE;
398: l_v_natural_account_segment igs_fi_ftci_accts.natural_account_segment%TYPE;
399: l_v_rev_account_cd igs_fi_ftci_accts.rev_account_cd%TYPE;
400: cst_nominated CONSTANT igs_lookups_view.lookup_code%TYPE := 'NOMINATED';
401: cst_derived CONSTANT igs_lookups_view.lookup_code%TYPE := 'DERIVED';
402: l_v_att_mode igs_en_atd_mode_all.attendance_mode%TYPE;
403: BEGIN
404:

Line 401: cst_derived CONSTANT igs_lookups_view.lookup_code%TYPE := 'DERIVED';

397: l_b_rec_matchs BOOLEAN := FALSE;
398: l_v_natural_account_segment igs_fi_ftci_accts.natural_account_segment%TYPE;
399: l_v_rev_account_cd igs_fi_ftci_accts.rev_account_cd%TYPE;
400: cst_nominated CONSTANT igs_lookups_view.lookup_code%TYPE := 'NOMINATED';
401: cst_derived CONSTANT igs_lookups_view.lookup_code%TYPE := 'DERIVED';
402: l_v_att_mode igs_en_atd_mode_all.attendance_mode%TYPE;
403: BEGIN
404:
405: FOR l_rec_ftci_accts IN cur_ftci_accts(p_v_fee_type,p_v_fee_cal_type,p_n_fee_ci_seq_num) LOOP