DBA Data[Home] [Help]

APPS.OKS_CTZ_PVT dependencies on OKC_DEBUG

Line 2497: okc_debug.Set_Indentation('OKS_CTZ_PVT');

2493:
2494: BEGIN
2495:
2496: IF (l_debug = 'Y') THEN
2497: okc_debug.Set_Indentation('OKS_CTZ_PVT');
2498: okc_debug.log('23700: Entered create_version', 2);
2499: END IF;
2500:
2501: INSERT INTO OKS_COVERAGE_TIMEZONES_H(

Line 2498: okc_debug.log('23700: Entered create_version', 2);

2494: BEGIN
2495:
2496: IF (l_debug = 'Y') THEN
2497: okc_debug.Set_Indentation('OKS_CTZ_PVT');
2498: okc_debug.log('23700: Entered create_version', 2);
2499: END IF;
2500:
2501: INSERT INTO OKS_COVERAGE_TIMEZONES_H(
2502: ID,

Line 2554: okc_debug.log('23800: Exiting create_version', 2);

2550:
2551: RETURN l_return_status;
2552:
2553: IF (l_debug = 'Y') THEN
2554: okc_debug.log('23800: Exiting create_version', 2);
2555: END IF;
2556:
2557: EXCEPTION
2558:

Line 2563: okc_debug.log('23900: Exiting create_version:OTHERS Exception', 2);

2559:
2560: WHEN OTHERS THEN
2561:
2562: IF (l_debug = 'Y') THEN
2563: okc_debug.log('23900: Exiting create_version:OTHERS Exception', 2);
2564: okc_debug.Reset_Indentation;
2565: END IF;
2566:
2567: OKC_API.SET_MESSAGE(p_app_name => okc_version_pvt.G_APP_NAME,

Line 2564: okc_debug.Reset_Indentation;

2560: WHEN OTHERS THEN
2561:
2562: IF (l_debug = 'Y') THEN
2563: okc_debug.log('23900: Exiting create_version:OTHERS Exception', 2);
2564: okc_debug.Reset_Indentation;
2565: END IF;
2566:
2567: OKC_API.SET_MESSAGE(p_app_name => okc_version_pvt.G_APP_NAME,
2568: p_msg_name => okc_version_pvt.G_UNEXPECTED_ERROR,

Line 2590: okc_debug.Set_Indentation('OKS_CTZ_PVT');

2586:
2587: BEGIN
2588:
2589: IF (l_debug = 'Y') THEN
2590: okc_debug.Set_Indentation('OKS_CTZ_PVT');
2591: okc_debug.log('24000: Exiting restore_version:OTHERS Exception', 2);
2592: END IF;
2593:
2594: DELETE OKS_COVERAGE_TIMEZONES

Line 2591: okc_debug.log('24000: Exiting restore_version:OTHERS Exception', 2);

2587: BEGIN
2588:
2589: IF (l_debug = 'Y') THEN
2590: okc_debug.Set_Indentation('OKS_CTZ_PVT');
2591: okc_debug.log('24000: Exiting restore_version:OTHERS Exception', 2);
2592: END IF;
2593:
2594: DELETE OKS_COVERAGE_TIMEZONES
2595: WHERE DNZ_CHR_ID = p_id;

Line 2652: okc_debug.log('24100: Exiting restore_version:OTHERS Exception', 2);

2648: AND major_version = p_major_version;
2649: RETURN l_return_status;
2650:
2651: IF (l_debug = 'Y') THEN
2652: okc_debug.log('24100: Exiting restore_version:OTHERS Exception', 2);
2653: END IF;
2654:
2655: EXCEPTION
2656:

Line 2661: okc_debug.log('24200: Exiting restore_version:OTHERS Exception', 2);

2657: WHEN OTHERS THEN
2658:
2659: IF (l_debug = 'Y') THEN
2660:
2661: okc_debug.log('24200: Exiting restore_version:OTHERS Exception', 2);
2662: okc_debug.Reset_Indentation;
2663:
2664: END IF;
2665:

Line 2662: okc_debug.Reset_Indentation;

2658:
2659: IF (l_debug = 'Y') THEN
2660:
2661: okc_debug.log('24200: Exiting restore_version:OTHERS Exception', 2);
2662: okc_debug.Reset_Indentation;
2663:
2664: END IF;
2665:
2666: OKC_API.SET_MESSAGE(p_app_name => okc_version_pvt.G_APP_NAME,