DBA Data[Home] [Help]

APPS.ZX_VALIDATE_API_PKG dependencies on ZX_TAX_DEFAULT_PKG

Line 9040: -- ZX_TAX_DEFAULT_PKG.get_default_tax_classification to get the

9036: -- pop_def_tax_classif_code
9037: --
9038: -- DESCRIPTION
9039: -- This procedure populates the parameters need to pass to
9040: -- ZX_TAX_DEFAULT_PKG.get_default_tax_classification to get the
9041: -- default tax classification code, and updates each transaction
9042: -- line with the default tax classification code found
9043: --
9044:

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

9322: --
9323: IF (g_level_statement >= g_current_runtime_level ) THEN
9324: FND_LOG.STRING(g_level_statement,
9325: 'ZX.PLSQL.ZX_VALIDATE_API_PKG.POP_DEF_TAX_CLASSIF_CODE',
9326: 'Calling ZX_TAX_DEFAULT_PKG.get_default_tax_classification for record '||to_char(i));
9327: END IF;
9328: /* Bug 4919842 : Conditionally Call ZX_TAX_DEFAULT_PKG.get_default_tax_classification if both input
9329: AND output tax classification codes are passed as null */
9330:

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

9324: FND_LOG.STRING(g_level_statement,
9325: 'ZX.PLSQL.ZX_VALIDATE_API_PKG.POP_DEF_TAX_CLASSIF_CODE',
9326: 'Calling ZX_TAX_DEFAULT_PKG.get_default_tax_classification for record '||to_char(i));
9327: END IF;
9328: /* Bug 4919842 : Conditionally Call ZX_TAX_DEFAULT_PKG.get_default_tax_classification if both input
9329: AND output tax classification codes are passed as null */
9330:
9331: /* Removed the conditional check and included in the 'get_parm_info_for_def_tax_csr' cursor itself
9332: IF ( l_input_tax_classif_code_tbl(i) IS NULL AND

Line 9334: ZX_TAX_DEFAULT_PKG.get_default_tax_classification(

9330:
9331: /* Removed the conditional check and included in the 'get_parm_info_for_def_tax_csr' cursor itself
9332: IF ( l_input_tax_classif_code_tbl(i) IS NULL AND
9333: l_output_tax_classif_code_tbl(i) IS NULL ) THEN */
9334: ZX_TAX_DEFAULT_PKG.get_default_tax_classification(
9335: l_definforec,
9336: x_return_status,
9337: l_error_buffer);
9338: