DBA Data[Home] [Help]

APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_CL_SETUP_V

Line 1564: cp_cal_type igf_sl_cl_setup_v.ci_cal_type%TYPE,

1560: l_get_base_id c_get_base_id%ROWTYPE;
1561:
1562: -- cursor to get the loan details from the current FFELP set up used by the student
1563: CURSOR c_clsetup (
1564: cp_cal_type igf_sl_cl_setup_v.ci_cal_type%TYPE,
1565: cp_seq_number igf_sl_cl_setup_v.ci_sequence_number%TYPE,
1566: cp_rel_code igf_sl_cl_setup_v.relationship_cd%TYPE,
1567: cp_party_id igf_sl_cl_setup.party_id%TYPE
1568: ) IS

Line 1565: cp_seq_number igf_sl_cl_setup_v.ci_sequence_number%TYPE,

1561:
1562: -- cursor to get the loan details from the current FFELP set up used by the student
1563: CURSOR c_clsetup (
1564: cp_cal_type igf_sl_cl_setup_v.ci_cal_type%TYPE,
1565: cp_seq_number igf_sl_cl_setup_v.ci_sequence_number%TYPE,
1566: cp_rel_code igf_sl_cl_setup_v.relationship_cd%TYPE,
1567: cp_party_id igf_sl_cl_setup.party_id%TYPE
1568: ) IS
1569: SELECT *

Line 1566: cp_rel_code igf_sl_cl_setup_v.relationship_cd%TYPE,

1562: -- cursor to get the loan details from the current FFELP set up used by the student
1563: CURSOR c_clsetup (
1564: cp_cal_type igf_sl_cl_setup_v.ci_cal_type%TYPE,
1565: cp_seq_number igf_sl_cl_setup_v.ci_sequence_number%TYPE,
1566: cp_rel_code igf_sl_cl_setup_v.relationship_cd%TYPE,
1567: cp_party_id igf_sl_cl_setup.party_id%TYPE
1568: ) IS
1569: SELECT *
1570: FROM igf_sl_cl_setup_all