DBA Data[Home] [Help]

APPS.ZX_VALIDATE_API_PKG dependencies on ZX_TAX_DEFAULT_PKG

Line 7352: -- ZX_TAX_DEFAULT_PKG.get_default_tax_classification to get the

7348: -- pop_def_tax_classif_code
7349: --
7350: -- DESCRIPTION
7351: -- This procedure populates the parameters need to pass to
7352: -- ZX_TAX_DEFAULT_PKG.get_default_tax_classification to get the
7353: -- default tax classification code, and updates each transaction
7354: -- line with the default tax classification code found
7355: --
7356:

Line 7640: 'Calling ZX_TAX_DEFAULT_PKG.get_default_tax_classification for record '||to_char(i));

7636: --
7637: IF (g_level_statement >= g_current_runtime_level ) THEN
7638: FND_LOG.STRING(g_level_statement,
7639: 'ZX.PLSQL.ZX_VALIDATE_API_PKG.pop_def_tax_classif_code',
7640: 'Calling ZX_TAX_DEFAULT_PKG.get_default_tax_classification for record '||to_char(i));
7641: END IF;
7642: /* Bug 4919842 : Conditionally Call ZX_TAX_DEFAULT_PKG.get_default_tax_classification if both input
7643: AND output tax classification codes are passed as null */
7644:

Line 7642: /* Bug 4919842 : Conditionally Call ZX_TAX_DEFAULT_PKG.get_default_tax_classification if both input

7638: FND_LOG.STRING(g_level_statement,
7639: 'ZX.PLSQL.ZX_VALIDATE_API_PKG.pop_def_tax_classif_code',
7640: 'Calling ZX_TAX_DEFAULT_PKG.get_default_tax_classification for record '||to_char(i));
7641: END IF;
7642: /* Bug 4919842 : Conditionally Call ZX_TAX_DEFAULT_PKG.get_default_tax_classification if both input
7643: AND output tax classification codes are passed as null */
7644:
7645: /* Removed the conditional check and included in the 'get_parm_info_for_def_tax_csr' cursor itself
7646: IF ( l_input_tax_classif_code_tbl(i) IS NULL AND

Line 7648: ZX_TAX_DEFAULT_PKG.get_default_tax_classification(

7644:
7645: /* Removed the conditional check and included in the 'get_parm_info_for_def_tax_csr' cursor itself
7646: IF ( l_input_tax_classif_code_tbl(i) IS NULL AND
7647: l_output_tax_classif_code_tbl(i) IS NULL ) THEN */
7648: ZX_TAX_DEFAULT_PKG.get_default_tax_classification(
7649: l_definforec,
7650: x_return_status,
7651: l_error_buffer);
7652: