DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PVT dependencies on GR_ITEM_GENERAL_V

Line 1158: select item_code into l_item_code from gr_item_General_v where rownum=1;

1154: itemkey => l_itemkey,
1155: aname => 'PROPERTY_DETAILS',
1156: avalue => l_property_details);
1157:
1158: select item_code into l_item_code from gr_item_General_v where rownum=1;
1159:
1160: -- get values to be stored into the workflow item
1161: l_performer_name := get_default_role('oracle.apps.gr.reg.documentmanager',l_item_code);
1162: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,