DBA Data[Home] [Help]

APPS.IGF_AP_LG_TD_IMP dependencies on IGF_SL_CL_RECIPIENT

Line 336: CURSOR c_chk_lender_rel (cp_rel_cd igf_sl_cl_recipient.relationship_cd%TYPE)

332: system_todo_type_code IS NOT NULL;
333:
334: l_item_system_todo_type_code igf_ap_td_item_mst_all.system_todo_type_code%TYPE;
335:
336: CURSOR c_chk_lender_rel (cp_rel_cd igf_sl_cl_recipient.relationship_cd%TYPE)
337: IS
338: SELECT 'X'
339: FROM igf_sl_cl_recipient
340: WHERE relationship_cd = cp_rel_cd AND

Line 339: FROM igf_sl_cl_recipient

335:
336: CURSOR c_chk_lender_rel (cp_rel_cd igf_sl_cl_recipient.relationship_cd%TYPE)
337: IS
338: SELECT 'X'
339: FROM igf_sl_cl_recipient
340: WHERE relationship_cd = cp_rel_cd AND
341: UPPER(ENABLED) = 'Y';
342:
343: l_chk_lender_rel_rec VARCHAR2(1);