DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_ELIG dependencies on GHR_NATURE_OF_ACTIONS

Line 126: ghr_nature_of_actions n

122:
123: Cursor c_eff_date is
124: Select n.code
125: from ghr_mass_awards m,
126: ghr_nature_of_actions n
127: where mass_award_id = p_mass_award_id
128: and n.nature_of_action_id = m.nature_of_action_id;
129:
130: Cursor c_asg_values is