DBA Data[Home] [Help]

APPS.OTA_WF dependencies on MO_GLOBAL

Line 143: MO_GLOBAL.SET_POLICY_CONTEXT ('S', l_org_id); -- For MOAC support

139: l_org_id := WF_ENGINE.getitemattrnumber(
140: itemtype => itemtype,
141: itemkey => itemkey,
142: aname => 'ORG_ID');
143: MO_GLOBAL.SET_POLICY_CONTEXT ('S', l_org_id); -- For MOAC support
144: --fnd_client_info.set_org_context(context => to_char(l_org_id)); -- No needed
145:
146: l_header_rec.header_id := l_header_id;
147: l_line_rec. operation := 'UPDATE';

Line 383: MO_GLOBAL.SET_POLICY_CONTEXT ('S', l_org_id); -- For MOAC support

379: itemtype => itemtype,
380: itemkey => itemkey,
381: aname => 'ORG_ID');
382:
383: MO_GLOBAL.SET_POLICY_CONTEXT ('S', l_org_id); -- For MOAC support
384:
385: l_header_rec.header_id := l_header_id;
386: l_line_rec. operation := 'INSERT';
387: l_line_rec.reference_Line_id := to_number(itemkey);

Line 665: MO_GLOBAL.SET_POLICY_CONTEXT ('S', l_org_id); -- For MOAC support

661: /*l_org_id := WF_ENGINE.getitemattrnumber(
662: itemtype => itemtype,
663: itemkey => itemkey,
664: aname => 'ORG_ID'); */
665: MO_GLOBAL.SET_POLICY_CONTEXT ('S', l_org_id); -- For MOAC support
666: --l_header_rec.header_id := l_header_id;
667: l_line_rec. operation := 'UPDATE';
668: l_line_rec.fulfillment_date := l_course_end_date ;
669: l_line_rec.line_id := l_line_id;