DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on WF_DIRECTORY

Line 1895: IF WF_DIRECTORY.USERACTIVE(lplanner_code) <>TRUE THEN

1891: lstmt := 65;
1892: -- Modified the code by Renga Kannan on 02/17/01.Istead of hardcoding the user name
1893: -- getting the adminstrator value from attributes.
1894:
1895: IF WF_DIRECTORY.USERACTIVE(lplanner_code) <>TRUE THEN
1896: -- Get the default adminstrator value from Workflow Attributes.
1897: lplanner_code := wf_engine.getItemAttrText(ItemType => 'CTOCHORD',
1898: ItemKey => litem_key,
1899: aname => 'WF_ADMINISTRATOR');