DBA Data[Home] [Help]

APPS.OKL_ACC_GEN_WF_PVT dependencies on FND_FLEX_WORKFLOW

Line 35: l_itemkey := Fnd_Flex_Workflow.INITIALIZE

31: WHERE ID = p_ae_tmpt_line_id;
32:
33: -- Initialize the workflow, which will return the item key.
34:
35: l_itemkey := Fnd_Flex_Workflow.INITIALIZE
36: ('SQLGL',
37: 'GL#',
38: l_chart_of_accounts_id,
39: l_ItemType

Line 195: l_result := Fnd_Flex_Workflow.generate

191:
192: -- Call the function which would return the ccid
193: -- Bug 4157521
194:
195: l_result := Fnd_Flex_Workflow.generate
196: (itemtype => l_itemtype ,
197: itemkey => l_itemkey,
198: insert_if_new => TRUE,
199: ccid => l_ccid,