DBA Data[Home] [Help]

PACKAGE: APPS.IEU_UWQM_TASK_WL_MIG

Source


1 PACKAGE IEU_UWQM_TASK_WL_MIG AUTHID CURRENT_USER AS
2 /* $Header: IEUVTKPS.pls 120.0 2005/06/02 16:01:19 appldev noship $ */
3 
4  TYPE l_priority_rec IS RECORD
5  ( importance_level number := null,
6    task_count       number := null);
7 
8  TYPE l_pty_list IS TABLE OF l_priority_rec INDEX BY BINARY_INTEGER;
9 
10  FUNCTION get_tasks_by_priority
11  RETURN SYSTEM.IEU_UWQM_TASK_PRIORITY_NST;
12 
13 end IEU_UWQM_TASK_WL_MIG;