[Home] [Help]
1675: RETURN p_out_col_name ;
1676: END p_l_to_i_col;
1677:
1678:
1679: PROCEDURE log_input_params( p_batch_num IN igf_aw_li_coa_ints.batch_num%TYPE,
1680: p_alternate_code IN igs_ca_inst.alternate_code%TYPE,
1681: p_delete_flag IN VARCHAR2,
1682: p_import_type IN VARCHAR2) IS
1683: /*
1690: || (reverse chronological order - newest change first)
1691: */
1692:
1693: -- cursor to get batch desc for the batch id from igf_ap_li_bat_ints
1694: CURSOR c_batch_desc(cp_batch_num igf_aw_li_coa_ints.batch_num%TYPE ) IS
1695: SELECT batch_desc, batch_type
1696: FROM igf_ap_li_bat_ints
1697: WHERE batch_num = cp_batch_num ;
1698: