DBA Data[Home] [Help]

APPS.HRI_OPL_MULTI_THREAD dependencies on HRI_ADM_MTHD_ACTIONS

Line 8: g_mthd_action_array hri_adm_mthd_actions%rowtype;

4: other_thread_in_error EXCEPTION;
5: child_process_failure EXCEPTION;
6: INVALID_SQL EXCEPTION;
7: --
8: g_mthd_action_array hri_adm_mthd_actions%rowtype;
9: --
10: -- This is the entry for the master thread or the Multithread Utility
11: -- It controls the master threads and its processing
12: --

Line 85: RETURN hri_adm_mthd_actions%rowtype;

81: --
82: -- This procedure returns the multithreading action record.
83: --
84: FUNCTION get_mthd_action_array(p_mthd_action_id IN NUMBER)
85: RETURN hri_adm_mthd_actions%rowtype;
86: --
87: -- This procedure fetches a new mthd_action_id of the invoking
88: -- process.
89: --