DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on RA_BATCH_SOURCES

Line 118: FROM ra_batch_sources

114: SELECT batch_source_id,
115: name
116: INTO g_batch_source_id,
117: g_batch_source_name
118: FROM ra_batch_sources
119: WHERE name = p_batch_source_name;
120:
121: END IF;
122: