DBA Data[Home] [Help]

APPS.OKL_AM_QUOTES_WF dependencies on MO_GLOBAL

Line 53: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);

49: WF_EVENT.AddParameterToList('TRANSACTION_ID',
50: p_transaction_id,
51: l_parameter_list);
52: --added by akrangan
53: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);
54: -- Raise Event
55: WF_EVENT.raise(
56: p_event_name => l_event_name,
57: p_event_key => l_key,

Line 127: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);

123:
124: WF_EVENT.AddParameterToList('TRANSACTION_ID',
125: p_transaction_id,
126: l_parameter_list);
127: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);
128: -- Raise Event
129: WF_EVENT.raise(
130: p_event_name => l_event_name,
131: p_event_key => l_key,

Line 1442: MO_GLOBAL.set_policy_context ('S', l_org_id); -- Bug 6140786

1438: l_org_id := OKL_AM_UTIL_PVT.get_chr_org_id(l_contract_id);
1439:
1440: -- Set the contract org id to the application
1441: --DBMS_APPLICATION_INFO.set_client_info (l_org_id);
1442: MO_GLOBAL.set_policy_context ('S', l_org_id); -- Bug 6140786
1443:
1444:
1445: -- RMUNJULU 02-JAN-03 2699412 Set the okc context
1446: OKL_CONTEXT.set_okc_org_context(p_chr_id => l_contract_id);

Line 3775: MO_GLOBAL.set_policy_context ('S', l_org_id); -- Bug 6140786

3771: -- gboomian Bug 5265083 - Start
3772: l_org_id := OKL_AM_UTIL_PVT.get_chr_org_id(l_contract_id);
3773: -- Set the contract org id to the application
3774: --DBMS_APPLICATION_INFO.set_client_info (l_org_id);
3775: MO_GLOBAL.set_policy_context ('S', l_org_id); -- Bug 6140786
3776: -- gboomian Bug 5265083 - End
3777:
3778: -- Create invoice
3779: OKL_AM_INVOICES_PVT.Create_Quote_Invoice(

Line 8730: MO_GLOBAL.set_policy_context ('S', l_org_id);

8726: lp_artv_rec.art1_code := 'REPOS_REQUEST';
8727: lp_artv_rec.ars_code := 'SCHEDULED';
8728:
8729: -- Set the contract org id to the application
8730: MO_GLOBAL.set_policy_context ('S', l_org_id);
8731:
8732: /* 6712322 */
8733: l_formula_name := NULL;
8734: OPEN c_system_options(l_org_id);