DBA Data[Home] [Help]

APPS.OKL_VIR_PVT dependencies on MO_GLOBAL

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

1541: x_virv_rec.program_update_date
1542: FROM dual;
1543: END IF;
1544: IF x_virv_rec.org_id IS NULL OR x_virv_rec.org_id = Okl_Api.G_MISS_NUM THEN
1545: x_virv_rec.org_id := mo_global.get_current_org_id();
1546: END IF;
1547: --end code added by dkagrawa on 20 OCT 2005
1548: RETURN(l_return_status);
1549: END Set_Attributes;

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

2703: x_virv_rec.program_update_date
2704: FROM dual;
2705: END IF;
2706: IF x_virv_rec.org_id IS NULL OR x_virv_rec.org_id = Okl_Api.G_MISS_NUM THEN
2707: x_virv_rec.org_id := mo_global.get_current_org_id();
2708: END IF;
2709: --end code added by dkagrawa on 20 OCT 2005
2710: RETURN(l_return_status);
2711: END Set_Attributes;