DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on MO_GLOBAL

Line 2581: mo_global.set_org_context(l_source_operating_unit,null,'CSF');

2577:
2578: IF new_resp_id is not null and
2579: new_resp_appl_id is not null THEN
2580: fnd_global.apps_initialize(new_user_id,new_resp_id,new_resp_appl_id);
2581: mo_global.set_org_context(l_source_operating_unit,null,'CSF');
2582: /* fnd_profile.get('ORG_ID',new_org_id); --Operating Unit for the new context.
2583: IF l_source_operating_unit <> new_org_id THEN
2584: FND_MESSAGE.Set_Name('CS','CS_CHG_NEW_CONTEXT_OU_NOT_MATCH'); --to be seeded.
2585: FND_MESSAGE.Set_Token('ROUTINE',l_api_name_full);

Line 2688: mo_global.set_org_context(l_org_id,null,'CSF');

2684: END IF;
2685: -- dbms_application_info.set_client_info(l_org_id);
2686: IF (l_source_operating_unit <> l_org_id) THEN
2687: fnd_global.apps_initialize(l_user_id,orig_resp_id,orig_resp_appl_id);
2688: mo_global.set_org_context(l_org_id,null,'CSF');
2689:
2690: END If;
2691:
2692: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN