DBA Data[Home] [Help]

APPS.PO_SHARED_PROC_PVT dependencies on OE_CODE_CONTROL

Line 861: (NOT OE_CODE_CONTROL.code_release_level >= '110510')) THEN

857: RAISE;
858: END;
859:
860: IF (l_is_customer_location = 'Y' AND
861: (NOT OE_CODE_CONTROL.code_release_level >= '110510')) THEN
862: x_error_msg_name := 'PO_CROSS_OU_CUST_LOC_CHECK';
863: x_return_status := FND_API.G_RET_STS_ERROR;
864: Return;
865: END IF;