DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on RA_BATCH_SOURCES

Line 128: FROM ra_batch_sources

124: SELECT batch_source_id,
125: name
126: INTO g_batch_source_id,
127: g_batch_source_name
128: FROM ra_batch_sources
129: WHERE name = p_batch_source_name;
130:
131: END IF;
132: