DBA Data[Home] [Help]

APPS.EGO_ORCHESTRATION_UTIL_PUB dependencies on EGO_IMPORT_BATCHES_TL

Line 409: FROM EGO_IMPORT_BATCHES_tl

405: ) IS
406:
407: CURSOR Get_BatchId (l_batch_name VARCHAR2 ) IS
408: SELECT batch_id
409: FROM EGO_IMPORT_BATCHES_tl
410: WHERE name = l_batch_name
411: and language = USERENV('LANG');
412:
413: CURSOR get_batch_type(l_batch_id NUMBER) IS