DBA Data[Home] [Help]

APPS.PA_ACC_GEN_WF_PKG dependencies on FND_FLEX_WORKFLOW

Line 873: l_itemkey := fnd_flex_workflow.initialize

869: -- Call the FND initialize function
870: -------------------------------------
871: g_error_stage := '30';
872:
873: l_itemkey := fnd_flex_workflow.initialize
874: (appl_short_name => 'SQLGL',
875: code => 'GL#',
876: num => p_chart_of_accounts_id,
877: itemtype =>l_itemtype);

Line 1387: l_result := fnd_flex_workflow.generate( l_itemtype,

1383: -- workflow account generation
1384: -----------------------------------------------------------
1385: g_error_stage := '460';
1386:
1387: l_result := fnd_flex_workflow.generate( l_itemtype,
1388: l_itemkey,
1389: TRUE,
1390: l_return_ccid,
1391: x_concat_segs, -- Bug 5935019

Line 1613: l_itemkey := fnd_flex_workflow.initialize

1609: -- Call the FND initialize function
1610: -------------------------------------
1611: g_error_stage := '20';
1612:
1613: l_itemkey := fnd_flex_workflow.initialize
1614: (appl_short_name => 'SQLGL',
1615: code => 'GL#',
1616: num => p_chart_of_accounts_id,
1617: itemtype =>l_itemtype);

Line 2135: l_result := fnd_flex_workflow.generate( l_itemtype,

2131: -----------------------------------------------------------
2132:
2133: g_error_stage := '390';
2134:
2135: l_result := fnd_flex_workflow.generate( l_itemtype,
2136: l_itemkey,
2137: TRUE,
2138: l_return_ccid,
2139: x_concat_segs, -- Bug 5935019

Line 2332: fnd_flex_workflow.load_concatenated_segments ( p_itemtype,

2328: -- Call the FND procedure to load the values into the concatenated
2329: -- segments
2330: --------------------------------------------------------------------
2331:
2332: fnd_flex_workflow.load_concatenated_segments ( p_itemtype,
2333: p_itemkey,
2334: l_fb_flex_seg );
2335:
2336: -------------------------------------------------------------------------