DBA Data[Home] [Help]

APPS.GHR_ELEMENT_API dependencies on GHR_NATURE_OF_ACTIONS

Line 820: l_noa_id ghr_nature_of_actions.nature_of_action_id%type;

816: l_input_value_found boolean := FALSE;
817: l_update_mode varchar2(20);
818: l_session ghr_history_api.g_session_var_type;
819: l_session_incentive ghr_history_api.g_session_var_type;
820: l_noa_id ghr_nature_of_actions.nature_of_action_id%type;
821: l_noa_code ghr_nature_of_actions.code%type;
822: l_noa_fam_code ghr_noa_families.noa_family_code%type;
823:
824: --

Line 821: l_noa_code ghr_nature_of_actions.code%type;

817: l_update_mode varchar2(20);
818: l_session ghr_history_api.g_session_var_type;
819: l_session_incentive ghr_history_api.g_session_var_type;
820: l_noa_id ghr_nature_of_actions.nature_of_action_id%type;
821: l_noa_code ghr_nature_of_actions.code%type;
822: l_noa_fam_code ghr_noa_families.noa_family_code%type;
823:
824: --
825: cursor c_business_group (asg_id number, eff_date date) is

Line 847: from ghr_nature_of_actions noa

843:
844:
845: cursor c_noa_code is
846: select noa.code
847: from ghr_nature_of_actions noa
848: where noa.nature_of_action_id = l_noa_id;
849:
850: --
851: -- to pick pay basis from PAR