DBA Data[Home] [Help]

APPS.AS_CATALOG_MIGRATION dependencies on FND_PROFILE

Line 156: fnd_profile.put('AFLOG_ENABLED', 'Y');

152: and TL.language = userenv('LANG')
153: and B.parent_interest_code_id = c_interest_code_id;
154:
155: BEGIN
156: fnd_profile.put('AFLOG_ENABLED', 'Y');
157: fnd_profile.put('AFLOG_LEVEL', '1');
158: if (upper(p_Debug_Flag) = 'Y') then
159: G_DEBUG := true;
160: end if;

Line 157: fnd_profile.put('AFLOG_LEVEL', '1');

153: and B.parent_interest_code_id = c_interest_code_id;
154:
155: BEGIN
156: fnd_profile.put('AFLOG_ENABLED', 'Y');
157: fnd_profile.put('AFLOG_LEVEL', '1');
158: if (upper(p_Debug_Flag) = 'Y') then
159: G_DEBUG := true;
160: end if;
161: