DBA Data[Home] [Help]

APPS.AP_APXAPRVL_XMLP_PKG dependencies on MO_GLOBAL

Line 301: l_operating_unit := substrb(mo_global.get_ou_name(P_ORG_ID),1, 240);

297: l_operating_unit varchar2(240);
298:
299: BEGIN
300: IF p_org_id is not NULL THEN
301: l_operating_unit := substrb(mo_global.get_ou_name(P_ORG_ID),1, 240);
302: cp_operating_unit := l_operating_unit;
303: ELSE
304: null;
305: END IF;