DBA Data[Home] [Help]

APPS.PO_FBO_PKG dependencies on WF_ENGINE

Line 66: resultout := wf_engine.eng_completed || ':' || l_is_sourcing_installed;

62:
63: x_progress := 'PO_FBO_PKG.IS_SOURCING_INSTALLED : ' || l_is_sourcing_installed;
64: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
65:
66: resultout := wf_engine.eng_completed || ':' || l_is_sourcing_installed;
67:
68: END IS_SOURCING_INSTALLED;
69:
70: -------------------------------------------------------------------------------

Line 102: l_document_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,

98:
99:
100: BEGIN
101:
102: l_document_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
103: itemkey => itemkey,
104: aname => 'DOCUMENT_ID');
105:
106: PON_FBO_PKG.backing_solicitation_info(l_document_id,l_solicitation_no,

Line 119: resultout := wf_engine.eng_completed || ':' || l_has_associated_solicitation;

115: ELSE
116: l_has_associated_solicitation := 'N';
117: END IF;
118:
119: resultout := wf_engine.eng_completed || ':' || l_has_associated_solicitation;
120:
121:
122: END HAS_ASSOCIATED_SOLICITATION;
123:

Line 161: l_document_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,

157: x_progress := 'PO_FBO_PKG.SUBMIT_AWARD_NOTICE';
158: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
159:
160:
161: l_document_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
162: itemkey => itemkey,
163: aname => 'DOCUMENT_ID');
164:
165: pragma AUTONOMOUS_TRANSACTION;

Line 190: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED' ;

186: INSERT_IN_PON_FBO_POSTS(l_document_id,'FED_AWARD',l_request_id);
187:
188: COMMIT;
189:
190: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED' ;
191:
192: EXCEPTION
193:
194: WHEN submission_error THEN