DBA Data[Home] [Help]

APPS.IGF_SE_PAYMENT_PKG dependencies on IGF_AP_FA_BASE_REC_ALL

Line 237: cp_person_id igf_ap_fa_base_rec_all.person_id%TYPE

233:
234: -- Get authorization id
235: CURSOR c_auth(
236: cp_auth_id igf_se_payment.auth_id%TYPE,
237: cp_person_id igf_ap_fa_base_rec_all.person_id%TYPE
238: ) IS
239: SELECT 'x'
240: FROM igf_se_auth
241: WHERE auth_id = cp_auth_id

Line 249: cp_person_id igf_ap_fa_base_rec_all.person_id%TYPE

245:
246: -- Get fund id
247: CURSOR c_fund(
248: cp_auth_id igf_se_payment.auth_id%TYPE,
249: cp_person_id igf_ap_fa_base_rec_all.person_id%TYPE
250: ) IS
251: SELECT auth.fund_id
252: FROM igf_se_auth auth
253: WHERE auth_id = cp_auth_id