DBA Data[Home] [Help]

APPS.PER_JP_CMA_UTILITY_PKG dependencies on PAY_JP_FORMULA_FUNCTION_PKG

Line 485: l_enforced_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(

481: -- Strictly speaking, following flag should be checked
482: -- as of the date of each month subject to SI.
483: -- Currently, we leave this issue.
484: --
485: l_enforced_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(
486: p_business_group_id,
487: c_means_udt_name,
488: c_means_udt_col_name,
489: hr_general.decode_lookup('JP_CMA_CAR_MEANS', l_car.tranpo_type),

Line 508: l_parking_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(

504: -- Strictly speaking, following flag should be checked
505: -- as of the date of each month subject to SI.
506: -- Currently, we leave this issue.
507: --
508: l_parking_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(
509: p_business_group_id,
510: c_means_udt_name,
511: c_means_udt_col_name,
512: c_parking_fees,

Line 638: l_enforced_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(

634: -- Strictly speaking, following flag should be checked
635: -- as of the date of each month subject to SI.
636: -- Currently, we leave this issue.
637: --
638: l_enforced_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(
639: p_business_group_id,
640: c_means_udt_name,
641: c_means_udt_col_name,
642: hr_general.decode_lookup('JP_CMA_TRAIN_MEANS', l_train.tranpo_type),

Line 722: l_enforced_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(

718: -- Strictly speaking, following flag should be checked
719: -- as of the date of each month subject to SI.
720: -- Currently, we leave this issue.
721: --
722: l_enforced_taxable_flag := to_number(pay_jp_formula_function_pkg.get_table_value_with_default(
723: p_business_group_id,
724: c_means_udt_name,
725: c_means_udt_col_name,
726: hr_general.decode_lookup('JP_CMA_TRAIN_MEANS', l_train.tranpo_type),