DBA Data[Home] [Help]

APPS.OKL_VIR_PVT dependencies on MO_GLOBAL

Line 1579: x_virv_rec.org_id := mo_global.get_current_org_id();

1575: x_virv_rec.program_update_date
1576: FROM dual;
1577: END IF;
1578: IF x_virv_rec.org_id IS NULL OR x_virv_rec.org_id = Okl_Api.G_MISS_NUM THEN
1579: x_virv_rec.org_id := mo_global.get_current_org_id();
1580: END IF;
1581: --end code added by dkagrawa on 20 OCT 2005
1582: RETURN(l_return_status);
1583: END Set_Attributes;

Line 2767: x_virv_rec.org_id := mo_global.get_current_org_id();

2763: x_virv_rec.program_update_date
2764: FROM dual;
2765: END IF;
2766: IF x_virv_rec.org_id IS NULL OR x_virv_rec.org_id = Okl_Api.G_MISS_NUM THEN
2767: x_virv_rec.org_id := mo_global.get_current_org_id();
2768: END IF;
2769: --end code added by dkagrawa on 20 OCT 2005
2770: RETURN(l_return_status);
2771: END Set_Attributes;