DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on FND_PROFILE_OPTION_VALUES

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

159: WHERE application_id = l_appl_id;
160:
161: l_last_org_id NUMBER;
162: l_debug_flag VARCHAR2(1);
163: l_security_profile_id FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE := NULL;
164:
165: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
166: l_functional_currency gl_sets_of_books.currency_code%type;
167: l_base_precision fnd_currencies.precision%type;