DBA Data[Home] [Help]

APPS.GHR_HISTORY_API dependencies on GHR_NATURE_OF_ACTIONS

Line 863: select 'X' from ghr_nature_of_actions

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