DBA Data[Home] [Help]

APPS.GL_JE_LINES_PKG dependencies on ZX_GL_TAX_OPTIONS_PKG

Line 312: zx_gl_tax_options_pkg.get_tax_rate_code

308:
309: temp_return_status :=null;
310: err_msg :=null;
311:
312: zx_gl_tax_options_pkg.get_tax_rate_code
313: ( 1.0,
314: x_tax_type_code,
315: x_tax_code_id,
316: x_tax_code,

Line 464: zx_gl_tax_options_pkg.get_tax_rate_code

460: IF (x_default_tax_code_id IS NOT NULL) THEN
461: dummy_return_status :=null;
462: err_msg :=null;
463:
464: zx_gl_tax_options_pkg.get_tax_rate_code
465: ( 1.0,
466: x_default_tax_type_code,
467: x_default_tax_code_id,
468: x_default_tax_code,

Line 639: zx_gl_tax_options_pkg.get_default_values(

635: le_id NUMBER;
636: BEGIN
637: le_id := XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(x_org_id);
638:
639: zx_gl_tax_options_pkg.get_default_values(
640: 1.0, x_ledger_id, x_org_id, le_id,
641: x_account_value, x_acct_type,
642: x_eff_date,
643: temp_regime_code,

Line 686: zx_gl_tax_options_pkg.get_rounding_rule_code

682: default_rounding_rule := null;
683: default_rounding_rule_code := null;
684: le_id := XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(x_org_id);
685:
686: zx_gl_tax_options_pkg.get_rounding_rule_code
687: (
688: 1.0,
689: x_ledger_id ,
690: x_org_id ,

Line 751: zx_gl_tax_options_pkg.get_default_tax_include_flag

747: default_includes_tax := null;
748: default_includes_tax_flag := null;
749: le_id := XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(x_org_id);
750:
751: zx_gl_tax_options_pkg.get_default_tax_include_flag
752: (
753: 1.0,
754: x_ledger_id,
755: x_org_id,