DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on IGF_SL_AWARD

Line 34: | igf_sl_award.get_cl_hold_rel_ind() which will |

30: | procedure CREATE_AWARD_RECORD |
31: | |
32: | ridas 22-Jul-2005 Bug #4093072. If FEDERAL_FUND_CODE equal to |
33: | 'ALT'/'FLS'/'FLP'/'FLU', then call the function|
34: | igf_sl_award.get_cl_hold_rel_ind() which will |
35: | return the hold_release_indicator value. |
36: | If not assign FALSE as default value |
37: | |
38: | ridas 10-Jan-2005 Bug #3701698 if the Award Status='CANCELLED', |

Line 1875: l_hol_rel_ind := igf_sl_award.get_cl_hold_rel_ind(

1871: CLOSE c_get_cal_typ_seq_num;
1872:
1873: ln_base_id := get_base_id_from_per_num(li_awd_rec.person_number, l_cal_type, ln_sequence_number);
1874:
1875: l_hol_rel_ind := igf_sl_award.get_cl_hold_rel_ind(
1876: p_fed_fund_code => l_fed_fund_code,
1877: p_ci_cal_type => l_cal_type,
1878: p_ci_seq_num => ln_sequence_number,
1879: p_base_id => ln_base_id,

Line 1880: p_alt_rel_code => igf_sl_award.get_alt_rel_code(li_awd_rec.fund_code)

1876: p_fed_fund_code => l_fed_fund_code,
1877: p_ci_cal_type => l_cal_type,
1878: p_ci_seq_num => ln_sequence_number,
1879: p_base_id => ln_base_id,
1880: p_alt_rel_code => igf_sl_award.get_alt_rel_code(li_awd_rec.fund_code)
1881: );
1882:
1883: ELSE
1884: l_hol_rel_ind := 'FALSE';