DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on PAY_INPUT_VALUES_F

Line 696: from pay_input_values_f

692:
693: Cursor c_chk_input_value
694: is
695: select '1'
696: from pay_input_values_f
697: where input_value_id = p_input_value_id
698: and uom = p_balance_uom
699: and p_effective_date between effective_start_date and effective_end_date;
700: --