DBA Data[Home] [Help]

APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AW_LI_COA_INTS

Line 2971: CURSOR c_batch_desc(cp_batch_num igf_aw_li_coa_ints.batch_num%TYPE ) IS

2967: || (reverse chronological order - newest change first)
2968: */
2969:
2970: -- cursor to get batch desc for the batch id from igf_ap_li_bat_ints
2971: CURSOR c_batch_desc(cp_batch_num igf_aw_li_coa_ints.batch_num%TYPE ) IS
2972: SELECT batch_desc, batch_type
2973: FROM igf_ap_li_bat_ints
2974: WHERE batch_num = cp_batch_num ;
2975: