DBA Data[Home] [Help]

APPS.IGF_SL_AWARD dependencies on IGF_AP_FA_BASE_REC_ALL

Line 951: FROM igf_ap_fa_base_rec_all

947: cp_base_id igf_aw_award_all.base_id%TYPE
948: )
949: IS
950: SELECT person_id
951: FROM igf_ap_fa_base_rec_all
952: WHERE base_id = cp_base_id;
953:
954: l_get_details c_get_details%ROWTYPE;
955:

Line 1088: -- get the person id of this person from the igf_ap_fa_base_rec_all;

1084: OPEN c_get_default_lender(p_cal_type,p_sequence_number,'Y');
1085: FETCH c_get_default_lender INTO l_get_default_lender;
1086: CLOSE c_get_default_lender;
1087:
1088: -- get the person id of this person from the igf_ap_fa_base_rec_all;
1089:
1090: l_get_details := NULL;
1091: OPEN c_get_details(g_base_id);
1092: FETCH c_get_details INTO l_get_details;