DBA Data[Home] [Help]

APPS.WIP_PREFERENCES_PKG dependencies on WIP_PREFERENCES_PKG

Line 1: PACKAGE BODY WIP_PREFERENCES_PKG AS

1: PACKAGE BODY WIP_PREFERENCES_PKG AS
2: /* $Header: wipprefb.pls 120.3 2006/01/04 17:34 yulin noship $ */
3:
4: --
5: -- This function returns attribute_code from wip_preference_values

Line 108: select decode(wip_preferences_pkg.get_row_count

104: l_level_code number := 0;
105:
106: cursor get_attr_code
107: (cl_level_code number) is
108: select decode(wip_preferences_pkg.get_row_count
109: (p_preference_id,
110: cl_level_code,
111: p_resp_key ,
112: p_org_id ,

Line 531: END WIP_PREFERENCES_PKG;

527: close d;
528: return dept;
529: end;
530:
531: END WIP_PREFERENCES_PKG;