DBA Data[Home] [Help]

APPS.HR_PERSON_TYPE_USAGE_INFO dependencies on PER_FORM_FUNCTIONS

Line 8: (action per_form_functions.restriction_code%TYPE

4: -- g_actions type to store a list of available actions for a particular
5: -- person
6: --
7: TYPE g_actions_r IS RECORD
8: (action per_form_functions.restriction_code%TYPE
9: ,meaning per_form_functions.restriction_value%TYPE);
10:
11: TYPE g_actions_t IS TABLE OF g_actions_r index by binary_integer;
12:

Line 9: ,meaning per_form_functions.restriction_value%TYPE);

5: -- person
6: --
7: TYPE g_actions_r IS RECORD
8: (action per_form_functions.restriction_code%TYPE
9: ,meaning per_form_functions.restriction_value%TYPE);
10:
11: TYPE g_actions_t IS TABLE OF g_actions_r index by binary_integer;
12:
13: --