DBA Data[Home] [Help]

APPS.OKS_ACT_PVT dependencies on OKC_DEBUG

Line 2478: okc_debug.Set_Indentation('OKS_ACT_PVT');

2474:
2475: BEGIN
2476:
2477: IF (l_debug = 'Y') THEN
2478: okc_debug.Set_Indentation('OKS_ACT_PVT');
2479: okc_debug.log('23700: Entered create_version', 2);
2480: END IF;
2481:
2482: INSERT INTO OKS_ACTION_TIME_TYPES_H(

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

2475: BEGIN
2476:
2477: IF (l_debug = 'Y') THEN
2478: okc_debug.Set_Indentation('OKS_ACT_PVT');
2479: okc_debug.log('23700: Entered create_version', 2);
2480: END IF;
2481:
2482: INSERT INTO OKS_ACTION_TIME_TYPES_H(
2483: MAJOR_VERSION,

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

2529:
2530: RETURN l_return_status;
2531:
2532: IF (l_debug = 'Y') THEN
2533: okc_debug.log('23800: Exiting create_version', 2);
2534: okc_debug.Reset_Indentation;
2535: END IF;
2536:
2537:

Line 2534: okc_debug.Reset_Indentation;

2530: RETURN l_return_status;
2531:
2532: IF (l_debug = 'Y') THEN
2533: okc_debug.log('23800: Exiting create_version', 2);
2534: okc_debug.Reset_Indentation;
2535: END IF;
2536:
2537:
2538: EXCEPTION

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

2539: -- other appropriate handlers
2540: WHEN OTHERS THEN
2541:
2542: IF (l_debug = 'Y') THEN
2543: okc_debug.log('23900: Exiting create_version:OTHERS Exception', 2);
2544: okc_debug.Reset_Indentation;
2545: END IF;
2546:
2547: -- store SQL error message on message stack

Line 2544: okc_debug.Reset_Indentation;

2540: WHEN OTHERS THEN
2541:
2542: IF (l_debug = 'Y') THEN
2543: okc_debug.log('23900: Exiting create_version:OTHERS Exception', 2);
2544: okc_debug.Reset_Indentation;
2545: END IF;
2546:
2547: -- store SQL error message on message stack
2548: OKC_API.SET_MESSAGE

Line 2574: okc_debug.Set_Indentation('OKS_ACT_PVT');

2570:
2571: BEGIN
2572:
2573: IF (l_debug = 'Y') THEN
2574: okc_debug.Set_Indentation('OKS_ACT_PVT');
2575: okc_debug.log('24000: Entered restore_version', 2);
2576: END IF;
2577:
2578: DELETE OKS_ACTION_TIME_TYPES

Line 2575: okc_debug.log('24000: Entered restore_version', 2);

2571: BEGIN
2572:
2573: IF (l_debug = 'Y') THEN
2574: okc_debug.Set_Indentation('OKS_ACT_PVT');
2575: okc_debug.log('24000: Entered restore_version', 2);
2576: END IF;
2577:
2578: DELETE OKS_ACTION_TIME_TYPES
2579: WHERE DNZ_CHR_ID = p_id;

Line 2631: okc_debug.log('24100: Exiting restore_version', 2);

2627:
2628: RETURN l_return_status;
2629:
2630: IF (l_debug = 'Y') THEN
2631: okc_debug.log('24100: Exiting restore_version', 2);
2632: okc_debug.Reset_Indentation;
2633: END IF;
2634:
2635:

Line 2632: okc_debug.Reset_Indentation;

2628: RETURN l_return_status;
2629:
2630: IF (l_debug = 'Y') THEN
2631: okc_debug.log('24100: Exiting restore_version', 2);
2632: okc_debug.Reset_Indentation;
2633: END IF;
2634:
2635:
2636: EXCEPTION

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

2637: -- other appropriate handlers
2638: WHEN OTHERS THEN
2639:
2640: IF (l_debug = 'Y') THEN
2641: okc_debug.log('24200: Exiting restore_version:OTHERS Exception', 2);
2642: okc_debug.Reset_Indentation;
2643: END IF;
2644:
2645: -- store SQL error message on message stack

Line 2642: okc_debug.Reset_Indentation;

2638: WHEN OTHERS THEN
2639:
2640: IF (l_debug = 'Y') THEN
2641: okc_debug.log('24200: Exiting restore_version:OTHERS Exception', 2);
2642: okc_debug.Reset_Indentation;
2643: END IF;
2644:
2645: -- store SQL error message on message stack
2646: