DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FND_PROFILE

Line 28: pg_debug VARCHAR2(1) := NVL(fnd_profile.value('AFLOG_ENABLED'), 'N');

24: g_minimum_accountable_unit_f fnd_currencies.minimum_accountable_unit%TYPE;
25: g_source VARCHAR2(30);
26: g_om_context ra_interface_lines.interface_line_context%type;
27:
28: pg_debug VARCHAR2(1) := NVL(fnd_profile.value('AFLOG_ENABLED'), 'N');
29:
30:
31: /*========================================================================
32: | Local Functions and Procedures

Line 7537: g_om_context := NVL(fnd_profile.value('ONT_SOURCE_CODE'),'###NOT_SET###');

7533: get_base_currency_info;
7534:
7535: /* 5142216 - set g_om_context from profile. Insure that if the profile
7536: is not set, the value is not null, but a inoperable constant */
7537: g_om_context := NVL(fnd_profile.value('ONT_SOURCE_CODE'),'###NOT_SET###');
7538:
7539: /* 13482797 - display g_category_set_id, g_inv_org_id */
7540: debug('category_set_id = ' || AR_RAAPI_UTIL.g_category_set_id);
7541: debug('inv_org_id = ' || AR_RAAPI_UTIL.g_inv_org_id);