DBA Data[Home] [Help]

APPS.PAY_PAYWSLEE_PKG dependencies on PAY_INPUT_VALUES_F

Line 7: type UomTabType IS TABLE OF PAY_INPUT_VALUES_F.UOM%TYPE

3: --
4: --type SevTabType IS TABLE OF PAY_ELEMENT_ENTRY_VALUES_F.SCREEN_ENTRY_VALUE%TYPE
5: type SevTabType IS TABLE OF VARCHAR2(80)
6: index by binary_integer;
7: type UomTabType IS TABLE OF PAY_INPUT_VALUES_F.UOM%TYPE
8: index by binary_integer;
9: type IvnTabType IS TABLE OF PAY_INPUT_VALUES_F.NAME%TYPE
10: index by binary_integer;
11: --

Line 9: type IvnTabType IS TABLE OF PAY_INPUT_VALUES_F.NAME%TYPE

5: type SevTabType IS TABLE OF VARCHAR2(80)
6: index by binary_integer;
7: type UomTabType IS TABLE OF PAY_INPUT_VALUES_F.UOM%TYPE
8: index by binary_integer;
9: type IvnTabType IS TABLE OF PAY_INPUT_VALUES_F.NAME%TYPE
10: index by binary_integer;
11: --
12: procedure get_input_value_names (
13: --