DBA Data[Home] [Help]

APPS.OKS_TEMPLATE_SET_PUB dependencies on MO_GLOBAL

Line 1714: mo_global.init('OKC');

1710: -- Initialize API return status to success
1711: x_return_status := FND_API.G_RET_STS_SUCCESS;
1712:
1713: -- set moac context
1714: mo_global.init('OKC');
1715:
1716: -- get the workflow key
1717: OPEN csr_k_item_key;
1718: FETCH csr_k_item_key INTO l_item_key;