DBA Data[Home] [Help]

APPS.GHR_HISTORY_API dependencies on GHR_NATURE_OF_ACTIONS

Line 864: select 'X' from ghr_nature_of_actions

860: indx in binary_integer) IS
861: l_dummy VARCHAR2(1);
862: l_i_hist_data ghr_pa_history%rowtype;
863: cursor c_noa_sep_family is
864: select 'X' from ghr_nature_of_actions
865: where code in ('300','301','302','303','304','312','317',
866: '330','350','351','353','355','356','357','385')
867: and nature_of_action_id = l_session_var.noa_id;
868: BEGIN