DBA Data[Home] [Help]

APPS.AR_RAXINVPR_XMLP_PKG dependencies on RA_BATCHES

Line 151: from ra_batches bat

147: if p_batch_id is not null then
148: select bat.name
149: --into batch_id
150: into batch_id_t
151: from ra_batches bat
152: where bat.batch_id = p_batch_id;
153:
154: --batch_id := batch_id;
155: batch_id := batch_id_t;