DBA Data[Home] [Help]

APPS.PA_ACC_GEN_WF_PKG dependencies on FND_FLEX_WORKFLOW

Line 933: l_itemkey := fnd_flex_workflow.initialize

929: -- Call the FND initialize function
930: -------------------------------------
931: g_error_stage := '30';
932:
933: l_itemkey := fnd_flex_workflow.initialize
934: (appl_short_name => 'SQLGL',
935: code => 'GL#',
936: num => p_chart_of_accounts_id,
937: itemtype =>l_itemtype);

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

1450: -- workflow account generation
1451: -----------------------------------------------------------
1452: g_error_stage := '460';
1453:
1454: l_result := fnd_flex_workflow.generate( l_itemtype,
1455: l_itemkey,
1456: TRUE,
1457: l_return_ccid,
1458: x_concat_segs, -- Bug 5935019

Line 1705: l_itemkey := fnd_flex_workflow.initialize

1701: -- Call the FND initialize function
1702: -------------------------------------
1703: g_error_stage := '20';
1704:
1705: l_itemkey := fnd_flex_workflow.initialize
1706: (appl_short_name => 'SQLGL',
1707: code => 'GL#',
1708: num => p_chart_of_accounts_id,
1709: itemtype =>l_itemtype);

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

2230: -----------------------------------------------------------
2231:
2232: g_error_stage := '390';
2233:
2234: l_result := fnd_flex_workflow.generate( l_itemtype,
2235: l_itemkey,
2236: TRUE,
2237: l_return_ccid,
2238: x_concat_segs, -- Bug 5935019

Line 2431: fnd_flex_workflow.load_concatenated_segments ( p_itemtype,

2427: -- Call the FND procedure to load the values into the concatenated
2428: -- segments
2429: --------------------------------------------------------------------
2430:
2431: fnd_flex_workflow.load_concatenated_segments ( p_itemtype,
2432: p_itemkey,
2433: l_fb_flex_seg );
2434:
2435: -------------------------------------------------------------------------