DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on RA_BATCH_SOURCES

Line 170: FROM RA_BATCH_SOURCES bs

166: END IF;
167:
168: SELECT start_date, end_date, status
169: INTO l_start_date, l_end_date, l_status
170: FROM RA_BATCH_SOURCES bs
171: WHERE bs.batch_source_id = p_batch_source_id;
172:
173: /*----------------------------------------------+
174: | Check the status of the batch source |