DBA Data[Home] [Help]

APPS.IGIRSTPT dependencies on IGI_STP_BATCHES_ALL

Line 872: FROM igi_stp_batches_all

868: --shsaxena for bug 2713715
869: CURSOR Cur_trx_type
870: IS
871: SELECT netting_trx_type_id
872: FROM igi_stp_batches_all
873: WHERE batch_id in
874: (select batch_id
875: from igi_stp_control
876: where control_id =p_net_batch_id)