DBA Data[Home] [Help]

APPS.IBE_PRICE_PVT dependencies on MO_GLOBAL

Line 2215: l_operating_unit := MO_GLOBAL.get_current_org_id();

2211: FOR J IN p_childindex_tbl.FIRST..p_childindex_tbl.LAST LOOP
2212: IF I = p_childindex_tbl(J) THEN
2213: IF l_organization_id < 0 THEN
2214: -- fetch the organization id for the current OU.
2215: l_operating_unit := MO_GLOBAL.get_current_org_id();
2216:
2217: OPEN get_organization_id_cur(l_operating_unit);
2218: FETCH get_organization_id_cur INTO l_organization_id;
2219: CLOSE get_organization_id_cur;