DBA Data[Home] [Help]

APPS.OKC_EURO_CONV_PUB dependencies on OKC_EURO_CONV_PUB

Line 1: package body OKC_EURO_CONV_PUB as

1: package body OKC_EURO_CONV_PUB as
2: /* $Header: OKCPEURB.pls 120.1.12010000.2 2008/11/12 15:42:27 vgujarat ship $ */
3: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 31: okc_debug.Set_Indentation('OKC_EURO_CONV_PUB');

27: l_return_status varchar2(1) :='S';
28: BEGIN
29:
30: IF (l_debug = 'Y') THEN
31: okc_debug.Set_Indentation('OKC_EURO_CONV_PUB');
32: okc_debug.log('200: Entered set header rec', 2);
33: END IF;
34:
35: x_chrv_rec.id := p_chr_rec.id;

Line 197: okc_debug.Set_Indentation('OKC_EURO_CONV_PUB');

193: x_chrv_tbl OKC_CONTRACT_PUB.chrv_tbl_type;
194:
195: BEGIN
196: IF (l_debug = 'Y') THEN
197: okc_debug.Set_Indentation('OKC_EURO_CONV_PUB');
198: okc_debug.log('600: Entered Add_conversion_data', 2);
199: END IF;
200:
201:

Line 343: okc_debug.Set_Indentation('OKC_EURO_CONV_PUB');

339: fnd_file.put_line(FND_FILE.LOG,'Trace Mode is Enabled');
340: END IF;
341:
342: IF (l_debug = 'Y') THEN
343: okc_debug.Set_Indentation('OKC_EURO_CONV_PUB');
344: okc_debug.log('900: Entered CONVERT_CONTRACTS', 2);
345: END IF;
346:
347: fnd_file.put_line(FND_FILE.LOG,' ---------------------------------------------------------- ');

Line 565: end OKC_EURO_CONV_PUB;

561:
562:
563: END CONVERT_CONTRACTS;
564:
565: end OKC_EURO_CONV_PUB;