DBA Data[Home] [Help]

APPS.GMD_SS_TIMEPOINT_WF_PKG dependencies on WF_LOG_PKG

Line 156: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Batch Creation '||l_event_key);

152: select application_id into l_application_id
153: from fnd_application where application_short_name='GMD';
154:
155: /* Check which event has been raised */
156: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Batch Creation '||l_event_key);
157:
158:
159:
160: OPEN C1;

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

185: ame_api.clearAllApprovals(applicationIdIn => l_application_id,
186: transactionIdIn => l_event_key,
187: transactionTypeIn => l_transaction_type);
188:
189: wf_log_pkg.string(6, 'Dummy','Approvers Cleared');
190: ame_api.getNextApprover(applicationIdIn => l_application_id,
191: transactionIdIn => l_event_key,
192: transactionTypeIn => l_transaction_type,
193: nextApproverOut => Approver);

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

297: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,itemkey => l_itemkey,
298: aname => 'AME_TRANS',
299: avalue =>l_transaction_type);
300:
301: wf_log_pkg.string(6, 'Dummy','Setting Parent');
302:
303:
304: WF_ENGINE.SETITEMPARENT(itemtype =>l_itemtype,itemkey =>l_itemkey,
305: parent_itemtype => p_itemtype,

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

306: parent_itemkey=> p_itemkey,
307: parent_context=> NULL);
308:
309: /* start the Workflow process */
310: wf_log_pkg.string(6, 'Dummy','Starting Process');
311:
312: IF (l_debug = 'Y') THEN
313: gmd_debug.put_line('Finished Workflow atributes');
314: END IF;