TEXT
package xppx_test02 is
--****************************************************************************
--****************************************************************************
--**                                                                        **
--**    NAME:        xppx_test02                                             **
--**    AUTHOR:      Generate by XPPADMDEV                                     **
--**    DESCRIPTION: Internal package for execution by processing instance  **
--**                                                                        **
--**                                                                        **
--****************************************************************************
--****************************************************************************
--**    Affected Application(s):                                            **
--****************************************************************************
--
--
--****************************************************************************
--      Change History:
-- ---------------------------------------------------------------------------
--    Version When         Who                 DU       Affected Functions 1
--    1.0     20130319 01:38:39   Petr Jezek          DU00000002
--****************************************************************************
  function is_queue_empty(
    p_queue_name in varchar2
  ) return boolean;
  
  procedure run_processing_task(
     p_queue_id        in number
    ,p_start_id        in number
    ,p_end_id          in number
  );

end xppx_test02;