DBA Data[Home] [Help]

APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_SL_AWARD

Line 970: l_n_cl_version := igf_sl_award.get_loan_cl_version(p_n_award_id => l_n_award_id);

966: l_v_loan_status := rec_c_igf_sl_lorlar.loan_status;
967: l_v_prc_type_code := rec_c_igf_sl_lorlar.prc_type_code;
968: l_c_cl_rec_status := rec_c_igf_sl_lorlar.cl_rec_status;
969: -- get the loan version for the input award id
970: l_n_cl_version := igf_sl_award.get_loan_cl_version(p_n_award_id => l_n_award_id);
971: -- Change Record would be created only if
972: -- The version = CommonLine Release 4 Version Loan,
973: -- Loan Status = Accepted
974: -- Loan Record Status is Guaranteed or Accepted

Line 1133: l_n_cl_version := igf_sl_award.get_loan_cl_version(p_n_award_id => l_n_award_id);

1129: l_v_loan_status := rec_c_igf_sl_lorlar.loan_status;
1130: l_v_prc_type_code := rec_c_igf_sl_lorlar.prc_type_code;
1131: l_c_cl_rec_status := rec_c_igf_sl_lorlar.cl_rec_status;
1132: -- get the loan version for the input award id
1133: l_n_cl_version := igf_sl_award.get_loan_cl_version(p_n_award_id => l_n_award_id);
1134: -- Change Record would be created only if
1135: -- The version = CommonLine Release 4 Version Loan,
1136: -- Loan Status = Accepted
1137: -- Loan Record Status is Guaranteed or Accepted

Line 1288: l_n_cl_version := igf_sl_award.get_loan_cl_version(p_n_award_id => l_n_award_id);

1284: l_v_loan_status := rec_c_igf_sl_lorlar.loan_status;
1285: l_v_prc_type_code := rec_c_igf_sl_lorlar.prc_type_code;
1286: l_c_cl_rec_status := rec_c_igf_sl_lorlar.cl_rec_status;
1287: -- get the loan version for the input award id
1288: l_n_cl_version := igf_sl_award.get_loan_cl_version(p_n_award_id => l_n_award_id);
1289: -- Change Record would be created only if
1290: -- The version = CommonLine Release 4 Version Loan,
1291: -- Loan Status = Accepted
1292: -- Loan Record Status is Guaranteed or Accepted