DBA Data[Home] [Help]

APPS.GMD_SS_LATETEST_WF_PKG dependencies on WF_LOG_PKG

Line 140: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Timepoint testing late '||l_event_key);

136: select application_id into l_application_id
137: from fnd_application where application_short_name='GMD';
138:
139: /* Check which event has been raised */
140: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Timepoint testing late '||l_event_key);
141:
142:
143: OPEN C1;
144:

Line 173: wf_log_pkg.string(6, 'Dummy','Approvers Cleared');

169: ame_api.clearAllApprovals(applicationIdIn => l_application_id,
170: transactionIdIn => l_event_key,
171: transactionTypeIn => l_transaction_type);
172:
173: wf_log_pkg.string(6, 'Dummy','Approvers Cleared');
174: ame_api.getNextApprover(applicationIdIn => l_application_id,
175: transactionIdIn => l_event_key,
176: transactionTypeIn => l_transaction_type,
177: nextApproverOut => Approver);

Line 286: wf_log_pkg.string(6, 'Dummy','Setting Parent');

282: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,itemkey => l_itemkey,
283: aname => 'AME_TRANS',
284: avalue =>l_transaction_type);
285:
286: wf_log_pkg.string(6, 'Dummy','Setting Parent');
287:
288:
289: WF_ENGINE.SETITEMPARENT(itemtype =>l_itemtype,itemkey =>l_itemkey,
290: parent_itemtype => p_itemtype,

Line 295: wf_log_pkg.string(6, 'Dummy','Starting Process');

291: parent_itemkey=> p_itemkey,
292: parent_context=> NULL);
293:
294: /* start the Workflow process */
295: wf_log_pkg.string(6, 'Dummy','Starting Process');
296:
297:
298: IF (l_debug = 'Y') THEN
299: gmd_debug.put_line('Finished Workflow atributes');