DBA Data[Home] [Help]

APPS.OKL_CLM_PVT dependencies on MO_GLOBAL

Line 2018: if mo_global.get_current_org_id is null then

2014: l_row_notfound := policy_number%NOTFOUND;
2015: close policy_number;
2016:
2017: -- bug 7335139 if the org_id context is not set then set it
2018: if mo_global.get_current_org_id is null then
2019: MO_GLOBAL.set_policy_context('S',l_id);
2020: end if;
2021: IF (l_row_notfound) THEN
2022: OKC_API.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,' Policy Number ');

Line 2019: MO_GLOBAL.set_policy_context('S',l_id);

2015: close policy_number;
2016:
2017: -- bug 7335139 if the org_id context is not set then set it
2018: if mo_global.get_current_org_id is null then
2019: MO_GLOBAL.set_policy_context('S',l_id);
2020: end if;
2021: IF (l_row_notfound) THEN
2022: OKC_API.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,' Policy Number ');
2023: l_return_status := OKC_API.G_RET_STS_ERROR;