DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on GL_CODE_COMBINATIONS

Line 6417: l_account_seg_value gl_code_combinations.segment1%TYPE;

6413: (p_tax_determine_date <= zxt.effective_to OR zxt.effective_to IS NULL))
6414: ORDER BY zxt.compounding_precedence;
6415:
6416: l_app_column_name fnd_id_flex_segments.application_column_name%TYPE;
6417: l_account_seg_value gl_code_combinations.segment1%TYPE;
6418: l_delimiter varchar2(5) := NULL;
6419: l_num_result NUMBER;
6420: l_boolean_result BOOLEAN;
6421: l_flexsegtab fnd_flex_ext.SegmentArray;

Line 6503: -- Get the column name of the account segment in GL_CODE_COMBINATIONS

6499: END IF;
6500:
6501: IF l_account_ccid IS NOT NULL AND l_account_ccid <> -1 THEN
6502:
6503: -- Get the column name of the account segment in GL_CODE_COMBINATIONS
6504: --
6505: IF (g_level_statement >= g_current_runtime_level ) THEN
6506: FND_LOG.STRING(g_level_statement,
6507: 'ZX.PLSQL.ZX_TDS_APPLICABILITY_DETM_PKG.get_tax_from_account',

Line 6521: ' FROM gl_code_combinations cc ' ||

6517: 'GL_ACCOUNT',
6518: l_app_column_name);
6519:
6520: l_sql_statement := 'SELECT ' || l_app_column_name ||
6521: ' FROM gl_code_combinations cc ' ||
6522: ' WHERE cc.code_combination_id = ' || l_account_ccid;
6523:
6524: EXECUTE IMMEDIATE l_sql_statement INTO l_account_seg_value;
6525: