DBA Data[Home] [Help]

APPS.PER_JP_CMA_UTILITY_PKG dependencies on HRUSERDT

Line 530: to_number(hruserdt.get_table_value(

526: l_non_taxable_limit := null;
527: --
528: if l_car.equivalent_cost > 0 then
529: l_equivalent_cost_priority :=
530: to_number(hruserdt.get_table_value(
531: p_business_group_id,
532: c_non_taxable_udt_name,
533: c_equivalent_cost_udt_col_name,
534: -- Pass truncated value to avoid no_data_found

Line 548: to_number(hruserdt.get_table_value(

544: end if;
545: --
546: if l_non_taxable_limit is null then
547: l_non_taxable_limit :=
548: to_number(hruserdt.get_table_value(
549: p_business_group_id,
550: c_non_taxable_udt_name,
551: c_non_taxable_udt_col_name,
552: -- Pass truncated value to avoid no_data_found