DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGF_AP_ISIR_GEN_PKG

Line 3794: igf_ap_isir_gen_pkg.upd_ant_data_awd_prc_status( p_old_active_isir_id => NULL, -- Bcoz, this is the first ISIR the student is receiving

3790: -- check for ant data
3791: -- also check for award, no prev ISIR, so what will be the status of AWard prcoess status
3792: l_anticip_status := NULL;
3793: l_awd_prc_status := NULL;
3794: igf_ap_isir_gen_pkg.upd_ant_data_awd_prc_status( p_old_active_isir_id => NULL, -- Bcoz, this is the first ISIR the student is receiving
3795: p_new_active_isir_id => lv_isir_id,
3796: p_upd_ant_val => g_upd_ant_val,
3797: p_anticip_status => l_anticip_status,
3798: p_awd_prc_status => l_awd_prc_status

Line 6619: igf_ap_isir_gen_pkg.upd_ant_data_awd_prc_status( p_old_active_isir_id => g_old_active_isir_id,

6615: -- get first the EFC data for Corr ISIR before deleting and do cmp
6616: -- also chk for ant data
6617: l_anticip_status := NULL;
6618: l_awd_prc_status := NULL;
6619: igf_ap_isir_gen_pkg.upd_ant_data_awd_prc_status( p_old_active_isir_id => g_old_active_isir_id,
6620: p_new_active_isir_id => p_new_payment_isir,
6621: p_upd_ant_val => g_upd_ant_val,
6622: p_anticip_status => l_anticip_status,
6623: p_awd_prc_status => l_awd_prc_status