DBA Data[Home] [Help]

APPS.OKL_CBL_PVT dependencies on MO_GLOBAL

Line 1226: x_cblv_rec.org_id := mo_global.get_current_org_id();

1222: x_cblv_rec.program_update_date
1223: FROM dual;
1224: END IF;
1225: IF x_cblv_rec.org_id IS NULL OR x_cblv_rec.org_id = Okl_Api.G_MISS_NUM THEN
1226: x_cblv_rec.org_id := mo_global.get_current_org_id();
1227: END IF;
1228: --end code added by dkagrawa on 20 OCT 2005
1229: RETURN(l_return_status);
1230: END Set_Attributes;

Line 2414: x_cblv_rec.org_id := mo_global.get_current_org_id();

2410: x_cblv_rec.program_update_date
2411: FROM dual;
2412: END IF;
2413: IF x_cblv_rec.org_id IS NULL OR x_cblv_rec.org_id = Okl_Api.G_MISS_NUM THEN
2414: x_cblv_rec.org_id := mo_global.get_current_org_id();
2415: END IF;
2416: --end code added by dkagrawa on 20 OCT 2005
2417: RETURN(l_return_status);
2418: END Set_Attributes;