DBA Data[Home] [Help]

APPS.OKL_CONTEXT dependencies on MO_GLOBAL

Line 21: l_org_id := mo_global.get_current_org_id;

17: End If;
18:
19: --dkagrawa added for MOAC --start
20: IF l_org_id IS NULL THEN
21: l_org_id := mo_global.get_current_org_id;
22: END IF;
23: IF NOT (l_organization_id = nvl(okc_context.get_okc_organization_id,-99)
24: AND l_org_id = nvl(okc_context.get_okc_org_id,-99) )
25: THEN

Line 54: RETURN(mo_global.get_current_org_id);

50: -- Returns the org_id.
51:
52: FUNCTION get_okc_org_id RETURN NUMBER IS
53: BEGIN
54: RETURN(mo_global.get_current_org_id);
55: END get_okc_org_id;
56:
57: END okl_context;