DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on FND_PROFILE_OPTION_VALUES

Line 140: l_security_profile_id FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE := NULL;

136: WHERE application_id = l_appl_id;
137:
138: l_last_org_id NUMBER;
139: l_debug_flag VARCHAR2(1);
140: l_security_profile_id FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE := NULL;
141:
142: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
143: l_functional_currency gl_sets_of_books.currency_code%type;
144: l_base_precision fnd_currencies.precision%type;