DBA Data[Home] [Help]

APPS.IGI_IAC_WF_PKG dependencies on FND_FLEX_WORKFLOW

Line 49: --Initialize the fnd flex workflow

45:
46: l_new_acc boolean;
47: -- Default the item key to "IGIIACWF"
48: BEGIN -- <>
49: --Initialize the fnd flex workflow
50: -- fnd_flex_workflow.debug_on;
51: itemkey := FND_FLEX_WORKFLOW.INITIALIZE
52: ('SQLGL',
53: 'GL#',

Line 50: -- fnd_flex_workflow.debug_on;

46: l_new_acc boolean;
47: -- Default the item key to "IGIIACWF"
48: BEGIN -- <>
49: --Initialize the fnd flex workflow
50: -- fnd_flex_workflow.debug_on;
51: itemkey := FND_FLEX_WORKFLOW.INITIALIZE
52: ('SQLGL',
53: 'GL#',
54: X_chart_of_accounts_id,

Line 51: itemkey := FND_FLEX_WORKFLOW.INITIALIZE

47: -- Default the item key to "IGIIACWF"
48: BEGIN -- <>
49: --Initialize the fnd flex workflow
50: -- fnd_flex_workflow.debug_on;
51: itemkey := FND_FLEX_WORKFLOW.INITIALIZE
52: ('SQLGL',
53: 'GL#',
54: X_chart_of_accounts_id,
55: 'IGIIACWF'

Line 97: l_result := FND_FLEX_WORKFLOW.GENERATE(

93: wf_engine.SetItemAttrNumber(itemtype => itemtype,
94: itemkey => itemkey,
95: aname => 'IAC_DISTRIBUTION_ID',
96: avalue => X_distribution_id);
97: l_result := FND_FLEX_WORKFLOW.GENERATE(
98: 'IGIIACWF',
99: itemkey,
100: TRUE,
101: l_return_ccid,