DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on RA_BATCH_SOURCES

Line 172: FROM RA_BATCH_SOURCES bs

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