DBA Data[Home] [Help]

APPS.GMD_SS_LOT_WF_PKG dependencies on WF_LOG_PKG

Line 136: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Timepoint Testing '||l_event_key);

132: select application_id into l_application_id
133: from fnd_application where application_short_name='GMD';
134:
135: /* Check which event has been raised */
136: wf_log_pkg.string(6, 'Dummy','Entered Stability Study Timepoint Testing '||l_event_key);
137:
138:
139: OPEN C1;
140: Fetch C1 into l_lot_no, l_status, l_study,l_study_desc, l_inventory_item_id, l_item_no, l_item_revision,

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

162: ame_api.clearAllApprovals(applicationIdIn => l_application_id,
163: transactionIdIn => l_event_key,
164: transactionTypeIn => l_transaction_type);
165:
166: wf_log_pkg.string(6, 'Dummy','Approvers Cleared');
167: ame_api.getNextApprover(applicationIdIn => l_application_id,
168: transactionIdIn => l_event_key,
169: transactionTypeIn => l_transaction_type,
170: nextApproverOut => Approver);

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

267: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,itemkey => l_itemkey,
268: aname => 'AME_TRANS',
269: avalue =>l_transaction_type);
270:
271: wf_log_pkg.string(6, 'Dummy','Setting Parent');
272:
273:
274: WF_ENGINE.SETITEMPARENT(itemtype =>l_itemtype,itemkey =>l_itemkey,
275: parent_itemtype => p_itemtype,

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

276: parent_itemkey=> p_itemkey,
277: parent_context=> NULL);
278:
279: /* start the Workflow process */
280: wf_log_pkg.string(6, 'Dummy','Starting Process');
281:
282: IF (l_debug = 'Y') THEN
283: gmd_debug.put_line('Completed workflow attributes ');
284: END IF;

Line 464: wf_log_pkg.string(6, 'Dummy','Before Fetching the values. Inside the Loop');

460:
461: OPEN C1;
462: LOOP
463:
464: wf_log_pkg.string(6, 'Dummy','Before Fetching the values. Inside the Loop');
465:
466: /*Fetching values from the cursor*/
467: Fetch C1 into l_batch_no, l_recipe_no, l_recipe_vers, l_sample_qty,
468: l_sample_uom, l_storage_subinventory, l_storage_locator, l_resource,