DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_CONTEXT

Line 1566: IF okl_context.get_okc_org_id IS NULL THEN

1562: IF p_object_id1 IS NULL AND p_other_where.COUNT = 0 THEN
1563: null; -- invalid parameters
1564: END IF;
1565:
1566: IF okl_context.get_okc_org_id IS NULL THEN
1567: -- Read from profile
1568: okl_context.set_okc_org_context (NULL, NULL);
1569: END IF;
1570:

Line 1568: okl_context.set_okc_org_context (NULL, NULL);

1564: END IF;
1565:
1566: IF okl_context.get_okc_org_id IS NULL THEN
1567: -- Read from profile
1568: okl_context.set_okc_org_context (NULL, NULL);
1569: END IF;
1570:
1571: OPEN l_object_csr (p_object_code);
1572: FETCH l_object_csr INTO l_from_table, l_where_clause;