[Home] [Help]
APPS.PAY_INPUT_VALUES_PKG dependencies on PAY_NET_CALCULATION_RULES
Line 572: from pay_net_calculation_rules
568: v_calculation_exists boolean := FALSE;
569: --
570: cursor csr_calc_rule is
571: select 1
572: from pay_net_calculation_rules
573: where input_value_id = p_input_value_id;
574: --
575: begin
576: --