DBA Data[Home] [Help]

APPS.PQP_CAR_CLASS_1A_PKG dependencies on PAY_INPUT_VALUES_F

Line 38: from pay_input_values_f

34:
35: cursor c_input_value(p_name varchar2,
36: p_element_type_id number) is
37: select input_value_id
38: from pay_input_values_f
39: where element_type_id = p_element_type_id
40: and name = p_name;
41:
42: type inputs_table is table of varchar2(80)