DBA Data[Home] [Help]

APPS.OKC_KSQ_PVT dependencies on FND_PROFILE

Line 4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

1: PACKAGE BODY OKC_KSQ_PVT AS
2: /* $Header: OKCSKSQB.pls 120.2 2006/08/24 09:39:12 npalepu noship $ */
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5:
6: Type seq_header Is Record (
7: line_code okc_k_seq_header.line_code%TYPE,
8: site_yn okc_k_seq_header.site_yn%TYPE,

Line 2751: fnd_profile.put('UNIQUE:SEQ_NUMBERS','A');

2747: -- Any product integrating with OKC should set this profile option
2748: -- in that product level and handle cases.
2749:
2750: If (fnd_global.conc_request_id > 0) Then
2751: fnd_profile.put('UNIQUE:SEQ_NUMBERS','A');
2752: End If;
2753:
2754: l_seq_profile := Fnd_Profile.Value('UNIQUE:SEQ_NUMBERS');
2755: IF (l_debug = 'Y') THEN

Line 2754: l_seq_profile := Fnd_Profile.Value('UNIQUE:SEQ_NUMBERS');

2750: If (fnd_global.conc_request_id > 0) Then
2751: fnd_profile.put('UNIQUE:SEQ_NUMBERS','A');
2752: End If;
2753:
2754: l_seq_profile := Fnd_Profile.Value('UNIQUE:SEQ_NUMBERS');
2755: IF (l_debug = 'Y') THEN
2756: Okc_Debug.Log('2105: Sequence Profile : ' || l_seq_profile);
2757: END IF;
2758: If Nvl(l_seq_profile, 'N') NOT IN ('A','P') Then