DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on PAY_INPUT_VALUES_F

Line 724: from pay_input_values_f

720:
721: Cursor c_chk_input_value
722: is
723: select '1'
724: from pay_input_values_f
725: where input_value_id = p_input_value_id
726: and uom = p_balance_uom
727: and p_effective_date between effective_start_date and effective_end_date;
728: --