[Home] [Help]
1556: /* Cursor to determine if single large XML is to be generated or multiple small xml's */
1557:
1558: CURSOR c_ftr_val IS
1559: SELECT feature_value
1560: FROM igs_da_req_ftrs
1561: WHERE batch_id = p_batch_id AND feature_code = 'SNG' ;
1562:
1563: /******************************************************************************/
1564: