DBA Data[Home] [Help]

APPS.PO_WF_PO_FLEXBUILDER_UPGRADE dependencies on FND_FLEX_WORKFLOW

Line 90: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );

86:
87: -- Load the concated segment values returned by the BUILD function on to WF item
88: -- attributes.
89:
90: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );
91:
92: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:success:' || FB_FLEX_SEG;
93: IF (g_po_wf_debug = 'Y') THEN
94: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

Line 92: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:success:' || FB_FLEX_SEG;

88: -- attributes.
89:
90: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );
91:
92: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:success:' || FB_FLEX_SEG;
93: IF (g_po_wf_debug = 'Y') THEN
94: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
95: END IF;
96:

Line 102: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:failure:' || FB_ERROR_MSG;

98: return;
99: else
100: --If the build_account call returns an error message then set the ERROR_MSG attrib.
101:
102: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:failure:' || FB_ERROR_MSG;
103: IF (g_po_wf_debug = 'Y') THEN
104: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
105: END IF;
106:

Line 185: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );

181:
182: -- Load the concated segment values returned by the BUILD function on to WF item
183: -- attributes.
184:
185: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );
186:
187: result := 'COMPLETE:SUCCESS';
188: return;
189: else

Line 261: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );

257:
258: -- Load the concated segment values returned by the BUILD function on to WF item
259: -- attributes.
260:
261: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );
262:
263: result := 'COMPLETE:SUCCESS';
264: return;
265: else

Line 337: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );

333:
334: -- Load the concated segment values returned by the BUILD function on to WF item
335: -- attributes.
336:
337: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );
338:
339: result := 'COMPLETE:SUCCESS';
340: return;
341: else