DBA Data[Home] [Help]

APPS.ICX_REQ_CATEGORIES dependencies on AK_EXCLUDED_ITEMS

Line 54: from ak_excluded_items

50: return varchar2 is
51: ------------------------------------------------------------------------
52: cursor RespExclAttrs(resp_id number,appl_id number,attr_code varchar2) is
53: select attribute_code
54: from ak_excluded_items
55: where responsibility_id = resp_id
56: and resp_application_id = appl_id
57: and attribute_code = attr_code;
58: