DBA Data[Home] [Help]

APPS.GR_ATTACH_DOCUMENTS_PKG dependencies on WF_ENGINE

Line 129: l_event_key := WF_ENGINE.GETITEMATTRTEXT(

125:
126: BEGIN
127:
128: /* M.Thomas 3211481 The following change as been made to the initialization due to the GSCC warning */
129: l_event_key := WF_ENGINE.GETITEMATTRTEXT(
130: itemtype=>p_itemtype,
131: itemkey=>P_itemkey,
132: aname=>'EVENT_KEY');
133:

Line 134: l_file_status := WF_ENGINE.GETITEMATTRTEXT(

130: itemtype=>p_itemtype,
131: itemkey=>P_itemkey,
132: aname=>'EVENT_KEY');
133:
134: l_file_status := WF_ENGINE.GETITEMATTRTEXT(
135: itemtype=>p_itemtype,
136: itemkey=>P_itemkey,
137: aname=>'FILE_STATUS');
138: /* M.Thomas 3211481 End of the changes */