DBA Data[Home] [Help]

APPS.HRI_BPL_CONC_LOG dependencies on HRI_OPL_MULTI_THREAD

Line 513: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id

509: -- action id for it
510: --
511: IF g_mthd_action_id IS NULL THEN
512: --
513: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id
514: (p_program => p_process_code
515: ,p_start_time => bis_collection_utilities.g_start_date
516: );
517: --

Line 624: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id

620:
621: BEGIN
622: --
623: IF g_mthd_action_id IS NULL THEN
624: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id
625: (p_program => p_package_name
626: ,p_start_time => sysdate);
627: END IF;
628: --

Line 788: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id

784: ,p_attribute10 => p_attribute10
785: );
786: ELSE
787: --
788: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id
789: (p_program => p_package_name
790: ,p_start_time => sysdate
791: );
792: --