DBA Data[Home] [Help]

APPS.EGO_IMPORT_UTIL_PVT dependencies on EGO_IMPORT_OPTION_SETS

Line 3647: FROM EGO_IMPORT_OPTION_SETS

3643: BEGIN
3644: Debug_Conc_Log('Validate_Timestamp_With_Prod: Starting p_batch_id='||p_batch_id);
3645: BEGIN
3646: SELECT NVL(ENABLED_FOR_DATA_POOL, 'N') INTO l_enabled_for_data_pool
3647: FROM EGO_IMPORT_OPTION_SETS
3648: WHERE BATCH_ID = p_batch_id;
3649: EXCEPTION WHEN OTHERS THEN
3650: Debug_Conc_Log('Validate_Timestamp_With_Prod: exception='||SQLERRM);
3651: RETCODE := '0';

Line 3956: FROM EGO_IMPORT_OPTION_SETS

3952:
3953: BEGIN
3954: SELECT NVL(ENABLED_FOR_DATA_POOL, 'N')
3955: INTO l_enabled_for_data_pool
3956: FROM EGO_IMPORT_OPTION_SETS
3957: WHERE BATCH_ID = p_batch_id;
3958: EXCEPTION WHEN OTHERS THEN
3959: l_enabled_for_data_pool := 'N';
3960: END;

Line 5678: FROM EGO_IMPORT_OPTION_SETS

5674: BEGIN
5675: Debug_Conc_Log('Validate_Timestamp_In_Batch: Starting p_batch_id='||p_batch_id);
5676: BEGIN
5677: SELECT NVL(ENABLED_FOR_DATA_POOL, 'N') INTO l_enabled_for_data_pool
5678: FROM EGO_IMPORT_OPTION_SETS
5679: WHERE BATCH_ID = p_batch_id;
5680: EXCEPTION WHEN OTHERS THEN
5681: Debug_Conc_Log('Validate_Timestamp_In_Batch: exception='||SQLERRM);
5682: RETCODE := '0';

Line 5973: FROM EGO_IMPORT_OPTION_SETS

5969: BEGIN
5970: Debug_Conc_Log('Update_Timestamp_In_Prod: Starting p_batch_id='||p_batch_id);
5971: BEGIN
5972: SELECT NVL(ENABLED_FOR_DATA_POOL, 'N') INTO l_enabled_for_data_pool
5973: FROM EGO_IMPORT_OPTION_SETS
5974: WHERE BATCH_ID = p_batch_id;
5975: EXCEPTION WHEN OTHERS THEN
5976: Debug_Conc_Log('Update_Timestamp_In_Prod: exception='||SQLERRM);
5977: RETCODE := '0';